public class DriveScopes extends Object
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.
|
Modifier and Type | Method and Description |
---|---|
static Set<String> |
all()
Returns an unmodifiable set that contains all scopes declared by this class.
|
public static final String DRIVE
public static final String DRIVE_APPDATA
public static final String DRIVE_APPS_READONLY
public static final String DRIVE_FILE
public static final String DRIVE_MEET_READONLY
public static final String DRIVE_METADATA
public static final String DRIVE_METADATA_READONLY
public static final String DRIVE_PHOTOS_READONLY
public static final String DRIVE_READONLY
public static final String DRIVE_SCRIPTS
Copyright © 2011–2024 Google. All rights reserved.