Release date 01/12/2017
The following features are included in this release. Refer to the sections below for detailed listing of supported APIs.
The SDK | Python Kepler Cloud File Explorer |
---|---|
Authentication and authorization | Authentication and authorization |
Account information | Account information |
Contacts | Contacts |
File and Folder Operations | File and Folder Operations |
Playlists* | Playlists* |
Trash | Trash |
* New in this release
The following is a list of the API calls that are supported by the Python SDK and Python Kepler Cloud File Explorer. The list is of classes included in the SDK follows.
Class Cloud
is the gateway to access Personal Cloud Storage APIs. Included in this class are all main methods that you can use to make the API calls.
authorize_url
- Obtains a URL used to start the OAuth 2.0 authorization flow.refresh
- uses a refresh token to obtain a new access tokentoken
- exchanges an authorization code for an access and a refresh tokens.account
- retrieves account information.copy
- creates a copy of a file or folder.create_folder
- creates a folder.delete
- deletes a file or folder.download_url
- retrieves a download URL for a file.file_metadata
- retrieves the metadata for a file.fullview
- obtains information on all files and folders.metadata
- retrieves the metadata of a folder.move
- moves a file or folder.rename
- renames a file or folder.search
- searches for a file or folder.upload
- uploads a file.add_playlist_items
- adds items to a playlist.create_playlist
- creates a playlist.delete_playlist
- deletes a playlist.playlist
- retrieves a playlist’s definition.playlist_items
- retrieves the items in a playlist.playlists
- retrieves all playlists.remove_playlist_item
- removes an item from a playlist.update_playlist
- updates the metadata of the playist.update_playlist_definition
- Updates the metadata and items of a playlist.empty_trash
- permenantly removes all files and folders from the trash.restore
- restores a deleted file or folder.trash
- retrieves a list of deleted files and folders.Main SDK Classes
Authentication and Authorization Classes
Response Classes
Account
- represents a user’s ID and storage usage.CloudFile
- represents a file stored in a user’s cloud.CloudFolder
- represents a folder stored in a user’s cloud.Playlist
- represents a playlist stored in a user’s cloud.PlaylistAdd
- represents an item added to a playlist.PlaylistItem
- represents a file in a user’s playlist.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.