Class DocsService.Scope
Available OAuth 2.0 scopes for use with the Google Docs API.
Inherited Members
Namespace: Google.Apis.Docs.v1
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class DocsService.Scope
Fields
Documents
See, edit, create, and delete all your Google Docs documents
Declaration
public static string Documents
Field Value
Type | Description |
---|---|
string |
DocumentsReadonly
See all your Google Docs documents
Declaration
public static string DocumentsReadonly
Field Value
Type | Description |
---|---|
string |
Drive
See, edit, create, and delete all of your Google Drive files
Declaration
public static string 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 static string DriveFile
Field Value
Type | Description |
---|---|
string |
DriveReadonly
See and download all your Google Drive files
Declaration
public static string DriveReadonly
Field Value
Type | Description |
---|---|
string |