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 -

python - Calculate STD manually using Groupby Pandas DataFrame -

java - @PluginTarget(Node.class) not registering as neo4j plugin -