cakebox
cakebox copied to clipboard
mkdir example needed
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.
- Does the mkdir method work?
- 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.