Class FormsService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Forms API.
Inherited Members
Namespace: Google.Apis.Forms.v1
Assembly: Google.Apis.Forms.v1.dll
Syntax
public static class FormsService.ScopeConstants
Fields
Drive
See, edit, create, and delete all of your Google Drive files
Declaration
public const string Drive = "https://www.googleapis.com/auth/drive"
Field Value
Type | Description |
---|---|
string |
DriveFile
See, edit, create, and delete only the specific Google Drive files you use with this app
Declaration
public const string DriveFile = "https://www.googleapis.com/auth/drive.file"
Field Value
Type | Description |
---|---|
string |
DriveReadonly
See and download all your Google Drive files
Declaration
public const string DriveReadonly = "https://www.googleapis.com/auth/drive.readonly"
Field Value
Type | Description |
---|---|
string |
FormsBody
See, edit, create, and delete all your Google Forms forms
Declaration
public const string FormsBody = "https://www.googleapis.com/auth/forms.body"
Field Value
Type | Description |
---|---|
string |
FormsBodyReadonly
See all your Google Forms forms
Declaration
public const string FormsBodyReadonly = "https://www.googleapis.com/auth/forms.body.readonly"
Field Value
Type | Description |
---|---|
string |
FormsResponsesReadonly
See all responses to your Google Forms forms
Declaration
public const string FormsResponsesReadonly = "https://www.googleapis.com/auth/forms.responses.readonly"
Field Value
Type | Description |
---|---|
string |