agreed. i have changed the names. so as a conclusion final list will be as
follows

Introduction

Dropbox is a storage for all photos, docs, videos, and files. Anything you
add to Dropbox will automatically show up on all your computers, phones and
even the Dropbox website — so you can access your stuff from anywhere

API
https://www.dropbox.com/developers/core

dropbox Connector Summery

• Connector Name:  dropbox-connector-1.0.0
• Version: 1.0.0
• Technology:  REST

Authentication
The dropbox REST API requires access token as authentication mechanism
(OAuth2)

Files and metadata

getFile - Downloads a file.

uploadFile - Uploads a file using PUT semantics.

getMetadata - Retrieves file and folder metadata

getRevisionMetadata - Obtains metadata for the previous revisions of a file.

restoreFile - Restores a file path to a previous revision.

*search- Returns metadata for all files and folders whose filename contains
the given search string as a substring*

*share - Returns a link directly to a file*

chunkUpload - Uploads large files to Dropbox in multiple chunks

commitChunk - Completes an upload initiated by the [chunkUpload] method


File operations

copy - Copies a file or folder to a new location

createFolder - Creates a folder.

delete - Deletes a file or folder.

move - Moves a file or folder to a new location. 



--
View this message in context: 
http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-dropbox-tp95437p95576.html
Sent from the WSO2 Architecture mailing list archive at Nabble.com.
_______________________________________________
Architecture mailing list
[email protected]
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to