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
Post a Comment