Trying to get my head around the Google Drive API and being stuck on if I can get folders just via API key bypassing the OAuth2 authorization.
Particularly referring to this thread , which states it is simply possible by doing:
https://www.googleapis.com/drive/v2/files?q='FOLDERID'+in+parents&key=APIKEY
I'm getting an authorisation issue although the API key is correct. Also I find the ' '
really weird so I tried without and it gives me a 404
. Any help is much appreciated.