Release date 10/20/2016
The following features are included in this release. Refer to the sections below for detailed listing of supported APIs.
The SDK | PHP Kepler Cloud File Explorer |
---|---|
Authentication and authorization | Authentication and authorization |
Account information | Account information |
Contacts | Contacts |
File and folder operations | File and folder operations |
File upload | File upload |
Playlists | Playlists |
Shares | Shares |
Tags | Tags |
Trash | Trash |
Authentication and Authorization
POST /oauth2/token
- obtains access token.account_info
- retrieves account information.contacts
- retrieves contacts.create_folder
- creates folder.file_delete
- deletes a file.file_copy
- copies a file or folder.file_move
- moves fa ile or folder.fileorfolder_rename
- renames a file or folder.fullview
- retrieves information on all files and folders.get_file
- retrieves file content.metadata
- retrieves metadata for files or folders.search
- search for files or foldersthumbnail
- retrieves thumbnails for image files.fileUploadIntent
- initiates file upload intent.upload_chunk_data
- performs chunked file upload.uploadCommit
- completes chunked file upload.upload_data
- performs non-chunked file upload.add_playlist_item
- adds item to playlist.create_playlist
- creates a playlist.deletePlaylist
- deletes a playlist.deletePlaylistItem
- deletes an item from a playlist.playlistContent
- retrieves playlist content.playlistDefinition
- retrieve playlist definition.playlistItems
- lists items in a playlist.playlists
- retrieves playlist.update_playlist
- updates playlist.update_playlist_items
- updates playlist item definition.createShare
- creates a share.deleteShare
- deletes a share.getShares
- retrieves a share.deleteTags
- deletes tags.getTags
- retrieves tags.setTags
- update tags.purgetrash
- permanently removes deleted files and folders.restore
- restores deleted files or folders.trash
- fetrieves the list of deleted files and folders.Main SDK Classes
Authentication and Authorization Classes
OAuthToken
- represents OAuth 2.0 request and access tokens.SdkOAuth2Flow
- OAuth 2.0 authorization helper.SdkOAuth2FlowBase
- base class for OAuth 1.0 and OAuth 2.0 authorization helpersSdkOAuth2FlowNoRedirect
- OAuth 2.0 authorization helper for apps that can’t provide redirect URISdkOAuth2Session
- OAuth 2.0 SessionSdkSession
- stores OAuth 1.0 Information.SdkSessionBase
SDK Classes
Error Classes
BadRequestError
- bad request error classBadStateError
- bad state error classCsrfError
- CSRF error classNotApprovedError
- authorization error classSdkNotModified
- error classProviderError
- provider error classSdkAuthError
- authentication error classSdkError
- server error classCopyright © 2015-2017, Verizon and/or its Licensors. All rights reserved.