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.The first release of Node.js SDK supports the following methods:
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
is a helper method that a client can use to check if the SDK has been successfully initializedready
ready handler you can use to execute code after init.token
exchanges an authorization code obtained from a successful authorization 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.fullview
retrieves the information about all files and folders.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
is a search method used to find files or folders matching a query.getDownloadUrl
retrieves a URL that can be used to download a file.commitChunkedUpload
is 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.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.getShares
retrieves shares.share
creates a share.unshare
deletes a share.getTags
retrieves tags.deleteTags
deletes tags.updateTags
updates tags.emptyTrash
permanently deletes paths marked as deleted.getTrash
retrieves a list of deleted files and folders.restore
restores deleted files and folders.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.