This release corrects a race condition involving refreshing access tokens.
createImagesShare
and getShares
methods, defined in the CloudClient
class, now include links to shared files in their responses.CloudClient
class now allow you to create, delete, and update contacts:
createContact
- allows you to create a new contact.deleteContact
- allows you to delete a contact.getContacts
- allows you to retrieve contacts.updateContact
- allows you to update a contact.CloudClient
class allow you to create, delete, and remove favorites:
deleteFavorites
- deletes favorites.getFavorites
- retrieves favorites.setFavorites
- adds to favorites.getContacts
API, specified in the CloudClient
class, has been enhanced with new query parameters to enable search:
count
page
query
sort
CloudClient
class, allow you to create, delete, and rename virtual folders:
createVirtualFolder
- creates a virutal folder.deleteVirtualFolder
- deletes a virtual folder.renameVirtualFolder
- renames a virtual folder.getAccount
API has been enhanced to show in the response the mobile phone number for users who log on with their mobile phone number.CloudClient
class to allow you to create, retrieve, and delete shares:
deleteShare
- deletes a share.getShares
- retrieves a list of shares.postShare
- creates a new share.CloudClient
class allow you to add, retrieve, and remove tags:
deleteTags
- removes tags.getTags
- retreives tags.setTags
- adds tags.CloudClient
class to allow you to:
deleteTrash
- permanently delete files and folders from trash can.getTrash
- retrieve deleted files and folders.restore
- restore deleted files and folders.The first version of the Java SDK supports the following methods defined in the CloudClient
class:
Authentication and Authorization
getAuthorize
- starts the OAuth 2.0 authorization flow.getToken
] - exchanges the authorization code for an access token after the user has authorized the app.
Contacts
getContacts
- retrieves the list of contacts.
File and Folder Operations
copy
- copies a file or folder.createFolder
- creates a folder.delete
- deletes a file or folder.getFile
- retrieves the content of a file.getFullview
- retrieves the information about all files and folders.getFullviewStreaming
- obtains the current user’s fullview data and streams the response to reduce memory consumption.getMetadata
- obtains metadata for files and folders in a user’s folder.getSearch
- used to search for files ans folders.getThumbnail
- retrieves a thumbnails.move
- moves a file or folder.rename
- renames a file or folder.
File Upload
getFileuploadIntent
- initiates file upload intent.postCommit
- completes chunked file upload.postFileChunk
- chunked file uploadpostFileUpload
- upload a file’s binary content.
Playlists
deletePlaylist
- deletes a playlist.deletePlaylistItem
- removes an item from a playlist.getPlaylist
- retrieves a specific playlist.getPlaylists
- retrieves all playlists.getPlaylistItem
- retrieves the binary content of a specific item from a playlist.getPlaylistItems
- retrieves detailed metadata for all the items in a playlis.postPlaylist
- creates a playlist.postPlaylistItems
- adds items to a playlist.putPlaylist
- updates a playlist’s name.putPlaylistItems
- updates the list of items in a playlist.The first version of the Java Kepler File Explorer supports the following methods:
Authentication and Authorization
getAuthorize
- starts the OAuth 2.0 authorization flow.getToken
- exchanges the authorization code for an access token after the user has authorized the app.
Contacts
getContacts
- retrieves the list of contacts.
File and Folder Operations
getFile
- retrieves the content of a file.getFullview
- retrieves the information about all files and folders.getMetadata
- obtains metadata for files and folders in a user’s folder.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.