Drive API v2 (revision 1)



com.google.api.services.drive
Class DriveScopes

java.lang.Object
  extended by com.google.api.services.drive.DriveScopes

public class DriveScopes
extends Object

Available OAuth 2.0 scopes for use with the Drive API.

Since:
1.4

Field Summary
static String DRIVE
          View and manage the files and documents in your Google Drive.
static String DRIVE_APPS_READONLY
          New service: https://www.googleapis.com/auth/drive.apps.readonly.
static String DRIVE_FILE
          View and manage Google Drive files that you have opened or created with this app.
static String DRIVE_METADATA_READONLY
          View metadata for files and documents in your Google Drive.
static String DRIVE_READONLY
          View the files and documents in your Google Drive.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DRIVE

public static final String DRIVE
View and manage the files and documents in your Google Drive.

See Also:
Constant Field Values

DRIVE_APPS_READONLY

public static final String DRIVE_APPS_READONLY
New service: https://www.googleapis.com/auth/drive.apps.readonly.

See Also:
Constant Field Values

DRIVE_FILE

public static final String DRIVE_FILE
View and manage Google Drive files that you have opened or created with this app.

See Also:
Constant Field Values

DRIVE_METADATA_READONLY

public static final String DRIVE_METADATA_READONLY
View metadata for files and documents in your Google Drive.

See Also:
Constant Field Values

DRIVE_READONLY

public static final String DRIVE_READONLY
View the files and documents in your Google Drive.

See Also:
Constant Field Values