Did you manage to do this already?
Hi
can use like this
userName
Pass
connect
upload file
Disconnect
Dirk, he is at a conference launching his new app. I doubt he has had time yet.
He posted on LinkedIn about some recent fix for token auth weirdness about 2 day ago. That might be it
He has done it… look the Git : https://github.com/IntelligentVisibility/DropboxAPI.git
I knew that (he PM’d me on twitter)
Although I see he is so awesome that he found time to update the repo anyway.
Sorry for the delay on the repo update, but I snuck it in Thanks again for supporting this project guys!
hello friends
I wonder if this api can be used only for CONNECTING and upload a file and then disconnect with a regular dropbox account.
Alexis unless I am not understanding your question this is exactly why I wrote this project. Please read the “read me” for this project as I out line the dropbox API calls that I implemented. https://github.com/IntelligentVisibility/DropboxAPI
From Readme:
Supported Dropbox Core API Calls:
/oauth2/authorize - OAuth 2.0 authorization flow
/account/info - Retrieves information about the user’s account
/files_put - Uploads a file using PUT semantics
/fileops/create_folder - Creates a folder
/fileops/delete - Deletes a folder
/delta - A way of letting you keep up with changes to files and folders in a user’s Dropbox
/revisions - Only revisions up to thirty days old are available (or more if the Dropbox user has Packrat).