-
It's possible change the default folder of dropbox to another folder?
Hello guys, I'd like to know if it's possible to change the dropbox default folder (~/Dropbox) to another folder? For exemple, change the folder ~/Dropbox for /mnt/another/path, understand? PS: I NEED do this via command line. Any help and tips are welcome. Thanks in advanced!!
-
Briefly: What is the main differences between API V2 and Business API?
Hello fellas, anyone can give me an short explanation of the main differences between V2 and Business API? (Feel free will if you want to give me a detailed explanation also hehehe) Thanks in advanced.
-
What is the difference between 'upload' and 'create_folder' ?
What is the difference between 'upload' and 'create_folder'?Because I type the 'upload' command passing a folder that don't exist, the command create automatically the folder with the file inside, in my view, the difference to the create_folder is that the create_folder just create an folder, already the 'upload' create…
-
Using token with API v2.
Hello guys, I learning about API v2, I was read the API commands and testing, so in my first commad ****** I have a trouble, I try type the command: curl -X POST https://api.dropboxapi.com/2/files/copy --header 'Authorization: Bearer null' --header 'Content-Type: application/json' --data '{"from_path":"","to_path":""}' and…