cakebox icon indicating copy to clipboard operation
cakebox copied to clipboard

mkdir example needed

Open sptrsn opened this issue 12 years ago • 0 comments

I finally got this working for reading files and I'm pretty excited. I also need to create and rename folders. I've spent the last 4 hours trying to figure out what this method wants and can't figure it out.

  1. Does the mkdir method work?
  2. If so, could you provide an example? It looks to me like the first part of the url is being formed correctly... https://api.dropbox.com/1/fileops/create_folder/dropbox/test?oauth_consumer_key=xxxxxxxxxxxx&oauth_nonce=HTKWW&oauth_signature=xxxxxxxxxxxxxxxxxxxxxxxxxxxx%3D&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1391846625&oauth_token=xxxxxxxxxxxxx&oauth_version=1.0

The returned error is not very helpful. Simply says, {"error": "Not Found"} Sure appreciate any additional info you can provide.

sptrsn avatar Feb 08 '14 08:02 sptrsn