Class DriveService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Drive API.
Inheritance
System.Object
DriveService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Drive.v2
Assembly: Google.Apis.Drive.v2.dll
Syntax
public static class 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 |
---|---|
System.String |
DriveAppdata
See, create, and delete its own configuration data in your Google Drive
Declaration
public const string DriveAppdata = "https://www.googleapis.com/auth/drive.appdata"
Field Value
Type | Description |
---|---|
System.String |
DriveAppsReadonly
View your Google Drive apps
Declaration
public const string DriveAppsReadonly = "https://www.googleapis.com/auth/drive.apps.readonly"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
DriveMetadata
View and manage metadata of files in your Google Drive
Declaration
public const string DriveMetadata = "https://www.googleapis.com/auth/drive.metadata"
Field Value
Type | Description |
---|---|
System.String |
DriveMetadataReadonly
See information about your Google Drive files
Declaration
public const string DriveMetadataReadonly = "https://www.googleapis.com/auth/drive.metadata.readonly"
Field Value
Type | Description |
---|---|
System.String |
DrivePhotosReadonly
View the photos, videos and albums in your Google Photos
Declaration
public const string DrivePhotosReadonly = "https://www.googleapis.com/auth/drive.photos.readonly"
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |
DriveScripts
Modify your Google Apps Script scripts' behavior
Declaration
public const string DriveScripts = "https://www.googleapis.com/auth/drive.scripts"
Field Value
Type | Description |
---|---|
System.String |