Hello,
in the social connections, google drive requests too much permission. see image.
I would like the user to be able to only see and download files from their google drive. Is this achievable?
Hi @emmanuella ,
Thank you for posting!
For more fine-grained control, you can specify connection_scope in the /authorize request your app sends to start the authorization.
Looking at Google API’s scopes it would be:
https://www.googleapis.com/auth/drive.readonly
Please do not forget to URL encode the value and let us know if that worked for you!