Class SheetsService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Sheets API.
Inheritance
System.Object
SheetsService.ScopeConstants
Namespace: Google.Apis.Sheets.v4
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public static class ScopeConstants : object
Fields
Drive
See, edit, create, and delete all of your Google Drive files
Declaration
public const string Drive = null
Field Value
| Type | Description |
|---|---|
| System.String |
DriveFile
View and manage Google Drive files and folders that you have opened or created with this app
Declaration
public const string DriveFile = null
Field Value
| Type | Description |
|---|---|
| System.String |
DriveReadonly
See and download all your Google Drive files
Declaration
public const string DriveReadonly = null
Field Value
| Type | Description |
|---|---|
| System.String |
Spreadsheets
See, edit, create, and delete your spreadsheets in Google Drive
Declaration
public const string Spreadsheets = null
Field Value
| Type | Description |
|---|---|
| System.String |
SpreadsheetsReadonly
View your Google Spreadsheets
Declaration
public const string SpreadsheetsReadonly = null
Field Value
| Type | Description |
|---|---|
| System.String |