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