SDK
class, allow you to create, update, and delete contacts:createContacts
- creates a new contact.deleteContact
- deletes a contact.updateContact
- updates a contact.SDK
class, allow you to create, delete, and remove favorites:deleteFavorites
- deletes favorites.getFavorites
- retrieves favorites.setFavorites
- adds to favorites.getContactInfo
API, specified in the SDK
class, has been enhanced with new query parameters to enable search:count
page
query
sort
SDK
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 using their mobile phone number.SDK
class to allow you to create, retrieve, and delete shares:createShare
- creates shares.deleteShare
- deletes shares.getShares
- retrieves shares.SDK
class to allow you to update, retrieve, and delete tags:deleteTags
- deletes tags.getTags
- retrieves tags.setTags
- updates tags.The first release of the PHP SDK supports the following methods defined in the SDK
class:
Authentication and Authorization
getAuthorize
- helper function to create authorization URL.getAuthorizeRedirection
- redirects to the authorization URL.getToken
- retrieves new Access and Refresh tokens.loggedIn
- returns boolean value true if the user is logged on.updateAccesToken
- updates expired access token with new access token.Account Information
getAccount
- retrieves account information.Contacts
getContactInfo
- retrieves contact information.File and Folder Operations
copy
- creates a copy files or folders.createFolder
- creates a folder in the user’s Cloud Storage.deleteData
- deletes a file or a folder.deltaView
- retrieves a list of all files and folders changed after ETag.getFileContent
- retrieves file content.getFullview
- retrieves a list of all files and folders.getMetadata
- retrieves file or folder metadata.getSearch
- retrieves search results matching a query.getThumbnail
- retrieves thumbnail images of requested files.move
- moves files or folders.rename
- renames a file or a folder.updateMetadata
- updates metadata for a file or folder.File Upload
commitUpload
- commits file upload when chunk is set to true in fileUploadIntent
function.fileUploadIntent
- initiates file upload.uploadChunkData
- completes file upload process if chunk
is set to true.uploadCompleteData
- completes file upload process when chunk
is set to false.Playlists
addPlaylistItems
- adds items to a playlist.createPlaylist
- creates a playlist.deletePlaylist
- deletes a playlist.deletePlaylistItem
- deletes an item from the playlist.getPlaylistDefinition
- retrieves definition and type of a playlist.getPlaylistItemContent
- retrieves information about an item in a play list.getPlaylistItems
- retrieves items in a playlist.getPlaylists
- retrieves a list of playlists.updatePlaylist
- sends a request to SDK and returns the result.updatePlaylistDefinition
- updates playlist definition.Trash Can
purgeTrash
- deletes items from trash.restoreTrash
- restores items from trash.trash
- deletes files and folders from user’s Cloud Storage Account.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.