target.apidocs.com.google.api.services.drive.DriveScopes.html Maven / Gradle / Ivy
DriveScopes (Drive API v2-rev20180830-1.26.0)
com.google.api.services.drive
Class DriveScopes
- java.lang.Object
-
- 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
Fields
Modifier and Type
Field and Description
static String
DRIVE
View and manage the files in your Google Drive.
static String
DRIVE_APPDATA
View and manage its own configuration data in your Google Drive.
static String
DRIVE_APPS_READONLY
View your Google Drive apps.
static String
DRIVE_FILE
View and manage Google Drive files and folders that you have opened or created with this app.
static String
DRIVE_METADATA
View and manage metadata of files in your Google Drive.
static String
DRIVE_METADATA_READONLY
View metadata for files in your Google Drive.
static String
DRIVE_PHOTOS_READONLY
View the photos, videos and albums in your Google Photos.
static String
DRIVE_READONLY
View the files in your Google Drive.
static String
DRIVE_SCRIPTS
Modify your Google Apps Script scripts' behavior.
-
Method Summary
All Methods Static Methods Concrete Methods
Modifier and Type
Method and Description
static Set<String>
all()
Returns an unmodifiable set that contains all scopes declared by this class.
-
-
Field Detail
-
DRIVE
public static final String DRIVE
View and manage the files in your Google Drive.
- See Also:
- Constant Field Values
-
DRIVE_APPDATA
public static final String DRIVE_APPDATA
View and manage its own configuration data in your Google Drive.
- See Also:
- Constant Field Values
-
DRIVE_APPS_READONLY
public static final String DRIVE_APPS_READONLY
View your Google Drive apps.
- See Also:
- Constant Field Values
-
DRIVE_FILE
public static final String DRIVE_FILE
View and manage Google Drive files and folders that you have opened or created with this app.
- See Also:
- Constant Field Values
-
DRIVE_METADATA
public static final String DRIVE_METADATA
View and manage metadata of files in your Google Drive.
- See Also:
- Constant Field Values
-
DRIVE_METADATA_READONLY
public static final String DRIVE_METADATA_READONLY
View metadata for files in your Google Drive.
- See Also:
- Constant Field Values
-
DRIVE_PHOTOS_READONLY
public static final String DRIVE_PHOTOS_READONLY
View the photos, videos and albums in your Google Photos.
- See Also:
- Constant Field Values
-
DRIVE_READONLY
public static final String DRIVE_READONLY
View the files in your Google Drive.
- See Also:
- Constant Field Values
-
DRIVE_SCRIPTS
public static final String DRIVE_SCRIPTS
Modify your Google Apps Script scripts' behavior.
- See Also:
- Constant Field Values
Copyright © 2011–2018 Google. All rights reserved.