contacts
API has been enhanced to allow you to create, retrieve, update, and delete contacts:createContacts
- creates a new contact.deleteContact
- deletes specified contact.getContactInfo
- retrieves a subset of contacts or all contacts.updateContact
- updates specified contact.contacts
API has been enhanced with new query parameters to enable pagination and search:count
page
query
sort
getFavorites
- retrieves favorites.favorite
- adds to favorites.unfavorite
- deletes favorites.createVirtualFolder
- creates a virutal folder.deleteVirtualFolder
- deletes a virtual folder.renameVirtualFolder
- renames a virtual folder.getShares
- retrieves shares.share
- creates a share.unshare
- deletes a share.getTags
- retrieves tags.deleteTags
- deletes tags.updateTags
- updates tags.emptyTrash
- permanently delete paths marked as deleted.getTrash
- retrieve a list of deleted files and folders.restore
- restore deleted files and folders.The first release of JavaScript SDK supports the following functionality:
Authentication and Authorization
authorize
- authenticates the user and authorizes the application to access user’s content through Verizon Personal Cloud Storage APIs.init
- initializes the API with the Key, Secret, and callback URL that you specified in Key Management when you registered your app.isAuthenticated
- returns true when the user has completed OAuth 2.0 authentication process. Once this value is set, you may begin making API calls.isInitted
- helper method that a client can use to check if the SDK has been successfully initialized.ready
- ready handler you can use to execute code after init.token
- exchanges an authorization code obtained from a successful authorize
call for access and refresh tokens.account
- retrieves information about a user’s account usage.contacts
- retrieves user’s contacts stroed in the cloud.createFolder
- creates a folder.copyFile
- copies a file or a folder.deleteFile
- deletes a file or a folder.download
- downloads a file.fullview
- retrieves the information about all files and folders.getDownloadUrl
- retrieves a URL that can be used to download a file.getThumbnailUrl
- retrieves the URL of a thumbnail representing a file.metadata
- obtains metadata for files and folders in a user’s folder.move
- moves a file or a folder.rename
- renames a file or a folder.search
- search method used to find files or folders matching a query.commitChunkedUpload
- used to finalize a chunked file upload.fileuploadIntent
- starts the upload process.addToPlaylist
- adds one or more items to a playlist.createPlaylist
- creates a playlist.deleteFromPlaylist
- deletes an item from a playlist.deletePlaylist
- deletes a playlist.getPlaylistContent
- downloads a file stored inside a playlist.playlist
- retrieves a playlist.playlistItems
- retrieves playlist’s contents.playlists
- retrieves user’s playlists.updatePlaylist
- updates a playlist’s metadata.updatePlaylistDefinition
- updates playlist definition and content.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.