Class SlidesService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Slides API.
Inherited Members
Namespace: Google.Apis.Slides.v1
Assembly: Google.Apis.Slides.v1.dll
Syntax
public static class SlidesService.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 |
Presentations
See, edit, create, and delete all your Google Slides presentations
Declaration
public const string Presentations = "https://www.googleapis.com/auth/presentations"
Field Value
Type | Description |
---|---|
string |
PresentationsReadonly
See all your Google Slides presentations
Declaration
public const string PresentationsReadonly = "https://www.googleapis.com/auth/presentations.readonly"
Field Value
Type | Description |
---|---|
string |
Spreadsheets
See, edit, create, and delete all your Google Sheets spreadsheets
Declaration
public const string Spreadsheets = "https://www.googleapis.com/auth/spreadsheets"
Field Value
Type | Description |
---|---|
string |
SpreadsheetsReadonly
See all your Google Sheets spreadsheets
Declaration
public const string SpreadsheetsReadonly = "https://www.googleapis.com/auth/spreadsheets.readonly"
Field Value
Type | Description |
---|---|
string |