Class DriveService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Drive API.
public static class DriveService.ScopeConstants
- Inheritance
-
DriveService.ScopeConstants
- Inherited Members
Fields
Drive
See, edit, create, and delete all of your Google Drive files
public const string Drive = "https://www.googleapis.com/auth/drive"
Field Value
DriveAppdata
View and manage its own configuration data in your Google Drive
public const string DriveAppdata = "https://www.googleapis.com/auth/drive.appdata"
Field Value
DriveFile
View and manage Google Drive files and folders that you have opened or created with this app
public const string DriveFile = "https://www.googleapis.com/auth/drive.file"
Field Value
DriveMetadata
View and manage metadata of files in your Google Drive
public const string DriveMetadata = "https://www.googleapis.com/auth/drive.metadata"
Field Value
DriveMetadataReadonly
View metadata for files in your Google Drive
public const string DriveMetadataReadonly = "https://www.googleapis.com/auth/drive.metadata.readonly"
Field Value
DrivePhotosReadonly
View the photos, videos and albums in your Google Photos
public const string DrivePhotosReadonly = "https://www.googleapis.com/auth/drive.photos.readonly"
Field Value
DriveReadonly
See and download all your Google Drive files
public const string DriveReadonly = "https://www.googleapis.com/auth/drive.readonly"
Field Value
DriveScripts
Modify your Google Apps Script scripts' behavior
public const string DriveScripts = "https://www.googleapis.com/auth/drive.scripts"