Drive API v2 (revision 47)



com.google.api.services.drive
Class DriveScopes

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

public class DriveScopes
extends java.lang.Object

Available OAuth 2.0 scopes for use with the Drive API.

Since:
1.4

Field Summary
static java.lang.String DRIVE
          View and manage the files and documents in your Google Drive.
static java.lang.String DRIVE_APPS_READONLY
          View your Google Drive apps.
static java.lang.String DRIVE_FILE
          View and manage Google Drive files that you have opened or created with this app.
static java.lang.String DRIVE_METADATA_READONLY
          View metadata for files and documents in your Google Drive.
static java.lang.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 java.lang.String DRIVE
View and manage the files and documents in your Google Drive.

See Also:
Constant Field Values

DRIVE_APPS_READONLY

public static final java.lang.String DRIVE_APPS_READONLY
View your Google Drive apps.

See Also:
Constant Field Values

DRIVE_FILE

public static final java.lang.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 java.lang.String DRIVE_METADATA_READONLY
View metadata for files and documents in your Google Drive.

See Also:
Constant Field Values

DRIVE_READONLY

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

See Also:
Constant Field Values