[FlagsAttribute]
public enum DriveScopes
<FlagsAttribute>
Public Enumeration DriveScopes
Dim instance As DriveScopes
[FlagsAttribute]
public enum class DriveScopes
[<FlagsAttribute>]
type DriveScopes
No code example is currently available or this language may not be supported.
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. |