Table of Contents

Class DriveService.ScopeConstants

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

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

string

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

string

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

string

DriveMetadata

View and manage metadata of files in your Google Drive

public const string DriveMetadata = "https://www.googleapis.com/auth/drive.metadata"

Field Value

string

DriveMetadataReadonly

View metadata for files in your Google Drive

public const string DriveMetadataReadonly = "https://www.googleapis.com/auth/drive.metadata.readonly"

Field Value

string

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

string

DriveReadonly

See and download all your Google Drive files

public const string DriveReadonly = "https://www.googleapis.com/auth/drive.readonly"

Field Value

string

DriveScripts

Modify your Google Apps Script scripts' behavior

public const string DriveScripts = "https://www.googleapis.com/auth/drive.scripts"

Field Value

string