h application.
We are integrating dropbox for iOS and andriod, Is their any option to share the file url through application.
Yes, you can share files using the /shares endpoint:
https://www.dropbox.com/developers/core/docs#shares
If you're using the official iOS Core SDK, that's the loadSharableLinkForFile method. In the official Android Core SDK, that's the share method.
loadSharableLinkForFile
share