PhotosLibraryApi class Null safety
Manage photos, videos, and albums in Google Photos
Constructors
- PhotosLibraryApi(Client client, {String rootUrl = 'https://photoslibrary.googleapis.com/', String servicePath = ''})
Properties
- albums → AlbumsResource
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- mediaItems → MediaItemsResource
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- photoslibraryAppendonlyScope → const String
-
Add to your Google Photos library
'https://www.googleapis.com/auth/photoslibrary.appendonly'
- photoslibraryEditAppcreateddataScope → const String
-
Edit the info in your photos, videos, and albums created within this app,
including titles, descriptions, and covers
'https://www.googleapis.com/auth/photoslibrary.edit.appcreateddata'
- photoslibraryReadonlyAppcreateddataScope → const String
-
Manage photos added by this app
'https://www.googleapis.com/auth/photoslibrary.readonly.appcreateddata'
- photoslibraryReadonlyScope → const String
-
View your Google Photos library
'https://www.googleapis.com/auth/photoslibrary.readonly'
- photoslibraryScope → const String
-
See, upload, and organize items in your Google Photos library
'https://www.googleapis.com/auth/photoslibrary'
- photoslibrarySharingScope → const String
-
Manage and add to shared albums on your behalf
'https://www.googleapis.com/auth/photoslibrary.sharing'