Release date 9/15/2016
The following features are included in this release. Refer to the sections below for detailed listing of supported APIs.
The SDK | Hubble Media Browser | Kepler File Manager |
---|---|---|
Authentication and authorization | Authentication and authorization | Authentication and authorization |
Account information | Account information | Account information |
Contacts | Contacts | Contacts |
File and folder operations | File and folder operations | File and folder operations |
Playlists | Playlists | |
Shares | Shares | |
Tags* | Tags* | |
Trash can | Trash can |
* New in this release
The gateway to access Personal Cloud Storage APIs is the CloudAPI
class. Included in this class are all main methods that you can use to make the API calls.
Authentication and Authorization
authorize
- authenticates the user and authorizes the application to access user’s cloud content through Verizon Personal Cloud Storage APIs.hasAuthorization
- verifies if the user is authorized.logout
- logs the user out from the current session.Account Information
getAccountInfo
- retrieves the information about user’s cloud account.Contacts
getContacts
- retrieves the contacts information stored under user’s cloud storage account.
File and Folder Operations
DELETE /fops/delete
- deletes a file or a folder at a specified path.POST /fops/copy
-creates a copy of a file or folder.POST /fops/createfolder
- creates a folder at a given path.POST /fops/move
- moves a file or folder.POST /fops/rename
- renames a file or a folder.downloadFile
- retrieves the binary content of a file.getMetadata
- obtains metadata for files and folders in a user’s folder.getThumbnail
- retrieves the thumbnail for a file stored under user’s cloud storage account.search
- searches for files of folders. The SDK supports both Lucene and SQL query syntax.uploadFile
- uploads a file to user’s Verizon Personal Cloud Storage account.Playlists
addToPlaylist
- adds items to an existing playlist.createPlaylist
- creates a playlist.deletePlaylist
- deletes an existing playlist.deletePlaylistItem
- deletes an item from a playlist.updatePlaylist
- updates a playlist’s name.updatePlaylistDefinition
- updates current playlist definition.Shares
createShare
- creates a share.deleteShare
- deletes a share.getShares
- lists user’s shares.Tags
deleteTags
- deletes tags.getTags
- retrieves tags.setTags
- updates tags.Trash Can
getTrash
- retrieves a list of files and folders that have been deleted.purgeTrash
- purges all the files and folder that are in a deleted state.restoreTrash
- restores files and folders from trash to their original location.CloudAPI
- gateway to access Personal Cloud Storage APIs. Included in this class are all main methods that you can use to make the API calls.ShareResource
- stores details of a share resource.AccountInformation
- class structure for account info response.Address
- stores address information.Album
- stores album information.Artist
- stores artist information.Audio
- stores information about audio files.Contact
- stores contact information.Email
- stores email information.File
- stores information about a file.FullviewItem
- stores fullview list itemGenre
- stores genre information.IM
- stores IM information.ItemList
- stores details about a list of Item objects.MetadataItem
- stores metadataItem list item.Phone
- stores phone numbers information.Photo
- stores information about an image file.Playlist
- stores playlist itemPlaylistFileAttributes
- stores playlist file attributes.PlaylistItem
- stores playlist item.ResourceItem
- resource item for common attributes.SearchCallback
- stores search results.Share
- stores information about a share.SystemAttributes
- stores system attributes item.Video
- stores information about a video file.ViewUid
- stores view Uid item.WebPage
- stores Email information.CloudAPIException
- general exception class forwarded to the view layer informing the user of abnormal runtime behavior.SearchException
- generic exception class for all exceptions thrown from inside Search aAPI call.PlaylistType
- playlist typeSortType
- sort typesThumbnailSize
- thumbnail sizeThe gateway to access Personal Cloud Storage APIs is the CloudAPI
class. Included in this class are all main methods that you can use to make the API calls.
Authentication and Authorization
authorize
- authenticates the user and authorizes the application to access user’s cloud content through Verizon Personal Cloud Storage APIs.hasAuthorization
- verifies if the user is authorized.logout
- logs the user out from the current session.Account Information
getAccountInfo
- retrieves the information about user’s cloud account.Contacts
getContacts
- retrieves the contacts information stored under user’s cloud storage account.File and Folder Operations
downloadFile
- retrieves the binary content of a file.getThumbnail
- retrieves the thumbnail for a file stored under user’s cloud storage account.fullview
- retrieves the information about all files and folders.search
- searches for files of folders. The SDK supports both Lucene and SQL query syntax.uploadFile
- uploads a file to user’s Verizon Personal Cloud Storage account.Playlists
addToPlaylist
- adds items to an existing playlist.createPlaylist
- creates a playlist.deletePlaylist
- deletes an existing playlist.deletePlaylistItem
- deletes an item from a playlist.updatePlaylist
- updates a playlist’s name.updatePlaylistDefinition
- updates current playlist definition.Shares
createShare
- creates a share.deleteShare
- deletes a share.getShares
- lists user’s shares.Tags
deleteTags
- deletes tags.getTags
- retrieves tags.setTags
- updates tags.The gateway to access Personal Cloud Storage APIs is the CloudAPI
class. Included in this class are all main methods that you can use to make the API calls.
Authentication and Authorization
authorize
- authenticates the user and authorizes the application to access user’s cloud content through Verizon Personal Cloud Storage APIs.hasAuthorization
- verifies if the user is authorized.logout
- logs the user out from the current session.Account Information
getAccountInfo
| Retrieves the information about user’s cloud account. |File and Folder Operations
DELETE /fops/delete
- deletes a file or a folder at a specified path.POST /fops/copy
- creates a copy of a file or folder.POST /fops/createfolder
- creates a folder at a given path.POST /fops/move
- moves a file or folder.POST /fops/rename
- renames a file or a folder.downloadFile
- retrieves the binary content of a file.getMetadata
- obtains metadata for files and folders in a user’s folder.getThumbnail
- retrieves the thumbnail for a file stored under user’s cloud storage account.search
- searches for files of folders. The SDK supports both Lucene and SQL query syntax.uploadFile
- uploads a file to user’s Verizon Personal Cloud Storage account.Trash Can
getTrash
- retrieves a list of files and folders that have been deleted.purgeTrash
- purges all the files and folder that are in a deleted state.restoreTrash
- restores files and folders from trash to their original location.Copyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.