I am using the sdk for python, what I have not been able to do is how can I get the url of the file after it has been uploaded to dropbox, I hope you can help me, I appreciate your support.
Hi @eduardoml,
Have you created a public link using https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.sharing_create_shared_link_with_settings, for example. Or you can use https://dropbox-sdk-python.readthedocs.io/en/latest/api/dropbox.html#dropbox.dropbox_client.Dropbox.files_get_temporary_link. 😉
Hope this gives idea.