We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dde186d commit 2cc8e85Copy full SHA for 2cc8e85
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_APPFOLDER = "https://www.googleapis.com/auth/drive.appfolder";
+ const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
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