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
See, edit, create, and delete only the specific Google Drive files you use with this app.
|
static String |
DRIVE_READONLY
See and download all your Google Drive files.
|
static String |
SPREADSHEETS
See, edit, create, and delete all your Google Sheets spreadsheets.
|
static String |
SPREADSHEETS_READONLY
See all your Google Sheets 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–2024 Google. All rights reserved.