public class FormsScopes 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 |
FORMS_BODY
See, edit, create, and delete all your Google Forms forms.
|
static String |
FORMS_BODY_READONLY
See all your Google Forms forms.
|
static String |
FORMS_RESPONSES_READONLY
See all responses to your Google Forms forms.
|
| 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 FORMS_BODY
public static final String FORMS_BODY_READONLY
public static final String FORMS_RESPONSES_READONLY
Copyright © 2011–2025 Google. All rights reserved.