I'm trying to play with Google API to access my Google Drive content. In my python code when I do
import googleapiclient
I got an error:
ImportError:No module named googleapiclient
The library "google-api-python-client" should come already installed in PAW, am I right? Any suggestion?