public class SheetsScopes 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_FILE
View and manage Google Drive files and folders that you have opened or created with this app.
|
static String |
DRIVE_READONLY
See and download all your Google Drive files.
|
static String |
SPREADSHEETS
See, edit, create, and delete your spreadsheets in Google Drive.
|
static String |
SPREADSHEETS_READONLY
View your Google Spreadsheets.
|
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_FILE
public static final String DRIVE_READONLY
public static final String SPREADSHEETS
public static final String SPREADSHEETS_READONLY
Copyright © 2011–2019 Google. All rights reserved.