This is an example final url for upload a file on dropbox. https://www.dropbox.com/developers-v1/core/docs#files_put
Don't try it, nothing is real. (The HTTP method PUT)
hττps://api-content.dropbox.com/1/files_put/sandbox/path1/path2.image.jpg?oauth_consumer_key=sdfdfdfdsf&oauth_nonce=DFGDFHGFDGDFGDFGF54GV54R4FDC45Y745F544F&oauth_signature_method=PLAINTEXT&oauth_timestamp=-569605&oauth_token=dfgfdg54tg457g4d&oauth_version=1.0&overwrite=true&oauth_signature=sdfgfdg34fgergf5r%fgedgfdfgfgfd4y
So, can you tell me an example for deleting a file or folder?
https://api.dropboxapi.com/1/fileops/delete
https://www.dropbox.com/developers-v1/core/docs#fileops-delete
For example this does not work:
hττps://api-content.dropbox.com/1/fileops/delete/sandbox/path1/path2.image.jpg?oauth_consumer_key=sdfdfdfdsf&oauth_nonce=DFGDFHGFDGDFGDFGF54GV54R4FDC45Y745F544F&oauth_signature_method=PLAINTEXT&oauth_timestamp=-569605&oauth_token=dfgfdg54tg457g4d&oauth_version=1.0&overwrite=true&oauth_signature=sdfgfdg34fgergf5r%fgedgfdfgfgfd4y
Thanks in advance.
I used greek letters ττ instead of latin tt, in http, just for posting here.