Is it possible to retrieve (or change) google drive's sharing settings using the API?
I don't want to share a file, but to see the organization's settings, as described here:
https://support.google.com/a/answer/60781?hl=en
If so, what are the required scopes that I need?
Thanks
The google Drive API is a file system API, it gives you access to files.
It does not give you access to change the settings for the Google Drive web application.
You could go in with the drive api and chance the permissions on directories and files in drive and maybe control some things that way.