android - Retrieve Dropbox File URL after file uploaded -


I am developing an Android application using the Dropbox Core API. I am uploading files to Dropbox and I want to programmatically retrieve the exact URL of the file after uploading.

If you are using the official Dropbox Android Core SDK, you Using the "Share" method, you can get a shareable link for a file:

This core uses the end point of the HTTP API / Shape: < / P>


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -