Release date 12/15/2016
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 |
File and Folder Operations* | File and Folder Operations* |
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.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
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.