python 2.7 - How to copy a url of a file in Dropbox folder on mac? -


i tried many other options using user id , all, seem changed dropbox now, ddnt user id.

also, pythonscript can run command line didn't work.

can me out on this?

you can manually url file right-clicking on file , selecting "copy dropbox link". if you'd url programmatically, try using dropbox api.

you can use /create_shared_link_with_settings endpoint generating sharable url: https://www.dropbox.com/developers/documentation/http/documentation#sharing-create_shared_link_with_settings

the python sdk may helpful you.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

java - Digest auth with Spring Security using javaconfig -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -