Hello PluginCafe! :)
Is it possible to use 3rd part APIs, e.g. Google Drive API, inside C4D's python plugin?
There is a pip install code on Google Developers webpage:
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
Can I simply install it directly inside pyp file or import it by utilizing Niklas' code?