Skip to content

Commit 2cc8e85

Browse files
committed
Updated Drive.php
1 parent dde186d commit 2cc8e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Google/Service/Drive.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Google_Service_Drive extends Google_Service
3434
/** View and manage the files and documents in your Google Drive. */
3535
const DRIVE = "https://www.googleapis.com/auth/drive";
3636
/** View and manage its own configuration data in your Google Drive. */
37-
const DRIVE_APPFOLDER = "https://www.googleapis.com/auth/drive.appfolder";
37+
const DRIVE_APPDATA = "https://www.googleapis.com/auth/drive.appdata";
3838
/** View your Google Drive apps. */
3939
const DRIVE_APPS_READONLY = "https://www.googleapis.com/auth/drive.apps.readonly";
4040
/** View and manage Google Drive files that you have opened or created with this app. */

0 commit comments

Comments
 (0)