Google Drive requests too much permissions

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!

Great! Get this now, which is what I wanted. Thanks!!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.