Hi,
I'm Filipe and I've been using Dropbox android SDK for some years now. Currently i'm developing an application that receives a share link from Dropbox's native android application.
Is there any way for me to get that file (or folder) metadata (path and size) from the share link alone? Currently I'm querying all my files and folders for items with the same name, but that is not efficient and it wont work for duplicate items.
Is there any other (smart) way of doing this.
Cheers