Note |
---|
Please see the updated version of this documentation here: https://docs.getvisibility.com/scan-with-getvisibility/configure-data-sources/google-drive |
Feature:
Getvisibility® announces the release of the GDrive Wizard. This new feature will guide users through the process of integrating and authorising our Focus platform with customer’s Google Drive. Enabling them to quickly setup a scan and begin creating ML insights on their data.
...
Code Block |
---|
https://www.googleapis.com/auth/admin.directory.user.readonly
https://www.googleapis.com/auth/drive.readonly
https://www.googleapis.com/auth/drive.file
https://www.googleapis.com/auth/drive.admin.labels
https://www.googleapis.com/auth/drive.metadata
https://www.googleapis.com/auth/drive.labels
https://www.googleapis.com/auth/drive |
Same list in comma separated form:
Code Block |
---|
https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/drive.readonly,https://www.googleapis.com/auth/drive.file,https://www.googleapis.com/auth/drive.admin.labels,https://www.googleapis.com/auth/drive.metadata,https://www.googleapis.com/auth/drive.labels,https://www.googleapis.com/auth/drive |