So, i have a project in ASP.NET MVC. I have a shared link to a folder with lots of photos in jpg formatt.
Using ListFolderAsync i can see the names of the archives(all the metadata, in fact) but since the shared folder it's not from my dropbox the metadata does not contain the paths of the items.
I Would like to use GetThumbnailAsync to get the thumbnail of a file from that shared link folder chosen by name. Is it posible? how so? any workarounds? Thanks for your time.