target.apidocs.com.google.api.services.drive.DriveScopes.html Maven / Gradle / Ivy
DriveScopes (Google Drive API v2-rev20240521-2.0.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 Google Drive API.
- Since:
- 1.4
-
-
Field Summary
Fields
Modifier and Type
Field and Description
static String
DRIVE
See, edit, create, and delete all of your Google Drive files.
static String
DRIVE_APPDATA
See, create, and delete its own configuration data in your Google Drive.
static String
DRIVE_APPS_READONLY
View your Google Drive apps.
static String
DRIVE_FILE
See, edit, create, and delete only the specific Google Drive files you use with this app.
static String
DRIVE_MEET_READONLY
See and download your Google Drive files that were created or edited by Google Meet..
static String
DRIVE_METADATA
View and manage metadata of files in your Google Drive.
static String
DRIVE_METADATA_READONLY
See information about your Google Drive files.
static String
DRIVE_PHOTOS_READONLY
View the photos, videos and albums in your Google Photos.
static String
DRIVE_READONLY
See and download all your Google Drive files.
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
See, edit, create, and delete all of your Google Drive files.
- See Also:
- Constant Field Values
-
DRIVE_APPDATA
public static final String DRIVE_APPDATA
See, create, and delete 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
See, edit, create, and delete only the specific Google Drive files you use with this app.
- See Also:
- Constant Field Values
-
DRIVE_MEET_READONLY
public static final String DRIVE_MEET_READONLY
See and download your Google Drive files that were created or edited by Google Meet..
- 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
See information about your Google Drive files.
- 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
See and download all your Google Drive files.
- 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–2024 Google. All rights reserved.