pub enum GoogleDriveAPIv3 {
AuthDrive,
AuthDriveAppdata,
AuthDriveAppsReadOnly,
AuthDriveFile,
AuthDriveMeetReadOnly,
AuthDriveMetadata,
AuthDriveMetadataReadOnly,
AuthDrivePhotosReadOnly,
AuthDriveReadOnly,
AuthDriveScripts,
}Expand description
Google Drive API, v3
Variants§
AuthDrive
Documentation: See, edit, create, and delete all of your Google Drive files, Scope: https://www.googleapis.com/auth/drive
AuthDriveAppdata
Documentation: See, create, and delete its own configuration data in your Google Drive, Scope: https://www.googleapis.com/auth/drive.appdata
AuthDriveAppsReadOnly
Documentation: View your Google Drive apps, Scope: https://www.googleapis.com/auth/drive.apps.readonly
AuthDriveFile
Documentation: See, edit, create, and delete only the specific Google Drive files you use with this app, Scope: https://www.googleapis.com/auth/drive.file
AuthDriveMeetReadOnly
Documentation: See and download your Google Drive files that were created or edited by Google Meet., Scope: https://www.googleapis.com/auth/drive.meet.readonly
AuthDriveMetadata
Documentation: View and manage metadata of files in your Google Drive, Scope: https://www.googleapis.com/auth/drive.metadata
AuthDriveMetadataReadOnly
Documentation: See information about your Google Drive files, Scope: https://www.googleapis.com/auth/drive.metadata.readonly
AuthDrivePhotosReadOnly
Documentation: View the photos, videos and albums in your Google Photos, Scope: https://www.googleapis.com/auth/drive.photos.readonly
AuthDriveReadOnly
Documentation: See and download all your Google Drive files, Scope: https://www.googleapis.com/auth/drive.readonly
AuthDriveScripts
Documentation: Modify your Google Apps Script scripts’ behavior, Scope: https://www.googleapis.com/auth/drive.scripts
Trait Implementations§
Source§impl Clone for GoogleDriveAPIv3
impl Clone for GoogleDriveAPIv3
Source§fn clone(&self) -> GoogleDriveAPIv3
fn clone(&self) -> GoogleDriveAPIv3
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for GoogleDriveAPIv3
impl Debug for GoogleDriveAPIv3
Source§impl FromGoogleScope<GoogleDriveAPIv3> for GoogleDriveAPIv3
impl FromGoogleScope<GoogleDriveAPIv3> for GoogleDriveAPIv3
Source§fn from_google_scope(google_scope: &str) -> Result<GoogleDriveAPIv3, ()>
fn from_google_scope(google_scope: &str) -> Result<GoogleDriveAPIv3, ()>
Err if you input an invalid Google Scope.Source§impl Hash for GoogleDriveAPIv3
impl Hash for GoogleDriveAPIv3
Source§impl PartialEq for GoogleDriveAPIv3
impl PartialEq for GoogleDriveAPIv3
Source§impl ToGoogleScope for GoogleDriveAPIv3
impl ToGoogleScope for GoogleDriveAPIv3
Source§fn to_google_scope(&self) -> &'static str
fn to_google_scope(&self) -> &'static str
str literal