Contacts methods, defined in the Cloud
class, now allow you to create, rerieve, update, and delete contacts:
create_contact
- creates a new contact.delete_contact
- deletes specified contact.contacts
- retrieves a sbuset of contacts or all contacts.update_contact
- updates specified contact.The following methods have been added to the Python SDK and Python Kepler Cloud File Explorer. All of the methods are defined in the Cloud
class which is the gateway to access Personal Cloud Storage APIs.
contacts
- retrieves contacts.favorite
- adds files and folders to favorites.favorites
- lists favorite files and folders.unfavorite
- removes files and folders from favorites.share
- shares a list of files or folders.shares
- retrieves shared files and folders.unshare
- removes a file or folder from shares.tag
- tags a file or folder.tags
- retrieves a list of tagged files or folders.untag
- removes tags from file or folder.create_virtualfolder
- creates a virtual folder.delete_vitualfolder
- deletes a virtual folder.rename_virtualfolder
- renames a virtual folder.Playlists API calls have been added to the Python SDK and Python Kepler Cloud File Explorer. All of the methods are defined in the Cloud
class which is the gateway to access Personal Cloud Storage APIs.
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.The following is the list of the API calls added in the second release of the Python SDK and Python Kepler Cloud File Explorer. All of the methods are included in the Cloud
class which is the gateway to access Personal Cloud Storage APIs.
copy
- creates a copy of a file or folder.create_folder
- creates a folder.delete
- deletes a file or folder.move
- moves a file or folder.rename
- renames a file or folder.empty_trash
- permanently deletes all files and folder that are in a deleted state.restore
- restores files and folders that are marked as deleted.trash
- retrieves a list of files and folders that have been deleted.The first release of the Python SDK and Python Kepler Cloud File Explorer supports the following methods which are defined in the Cloud
class.
authorize_url
- obtains a URL used to start the OAuth 2.0 authorization flow.refresh
- uses refresh token to obtain a new access token.token
- uses an authorization code to obtain an access and refresh tokens.account
- retrieves account information.download_url
- retrieves a download URL used to download a file.file_metadata
- retrieves metadata for a file.fullview
- retrieves information on all files and folders.metadata
- retrieves metadata for a folder.search
- searches for files or folders.upload
- uploads a file.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.