We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fca41f4 commit e82267dCopy full SHA for e82267d
1 file changed
src/Google/Service/Drive.php
@@ -34,7 +34,7 @@ class Google_Service_Drive extends Google_Service
34
/** View and manage the files and documents in your Google Drive. */
35
const DRIVE = "https://www.googleapis.com/auth/drive";
36
/** View and manage its own configuration data in your Google Drive. */
37
- const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
+ const DRIVE_APPFOLDER = "https://www.googleapis.com/auth/drive.appfolder";
38
/** View your Google Drive apps. */
39
const DRIVE_APPS_READONLY = "https://www.googleapis.com/auth/drive.apps.readonly";
40
/** View and manage Google Drive files that you have opened or created with this app. */
0 commit comments