DriveScopes Enumeration

Specifies the OAuthv2 scopes for use with the Google Drive API.

Definition

Namespace: DevCase.ThirdParty.Google.Drive
Assembly: DevCase.net48.ThirdParty.GoogleServices (in DevCase.net48.ThirdParty.GoogleServices.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum DriveScopes

Members

Full 2 Reffers to the https://www.googleapis.com/auth/drive scope.

View and manage the files in your Google Drive.

ApplicationData 4 Reffers to the https://www.googleapis.com/auth/drive.appfolder scope.

View and manage its own configuration data in your Google Drive.

Files 8 Reffers to the https://www.googleapis.com/auth/drive.file scope.

View and manage Google Drive files and folders that you have opened or created with this application.

Metadata 16 Reffers to the https://www.googleapis.com/auth/drive.metadata scope.

View and manage metadata of files in your Google Drive.

Scripts 32 Reffers to the https://www.googleapis.com/auth/drive.scripts scope.

Modify your Google Apps Script scripts' behavior.

ReadOnly 64 Reffers to the https://www.googleapis.com/auth/drive.readonly scope.

View the files in your Google Drive.

MetadataReadonly 128 Reffers to the https://www.googleapis.com/auth/drive.metadata.readonly scope.

View metadata for files in your Google Drive.

PhotosReadonly 256 Reffers to the https://www.googleapis.com/auth/drive.photos.readonly scope.

View the photos, videos and albums in your Google Photos.

See Also