Release date 11/17/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* |
* 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.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.search
- searches for a file or folder.upload
- uploads a file.Main SDK Classes
Cloud
Authentication and Authorization Classes
Token
Response Classes
Account
CloudFile
CloudFolder
Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.