Class DocsService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Docs API.
Inherited Members
Namespace: Google.Apis.Docs.v1
Assembly: Google.Apis.Docs.v1.dll
Syntax
public static class DocsService.ScopeConstants
Fields
Documents
See, edit, create, and delete all your Google Docs documents
Declaration
public const string Documents = "https://www.googleapis.com/auth/documents"
Field Value
Type | Description |
---|---|
string |
DocumentsReadonly
See all your Google Docs documents
Declaration
public const string DocumentsReadonly = "https://www.googleapis.com/auth/documents.readonly"
Field Value
Type | Description |
---|---|
string |
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 |