You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Asharaf's avatar
Asharaf
Explorer | Level 4
2 years ago

Meta Data of Shared link

Hi there,   Is there any way to view Metadata of the shared link and Download  it as well in c# .net?   ThankYou Asharaf
  • Здравко's avatar
    2 years ago

    Hi Asharaf,

    There are corresponding methods for both actions. You can get link's metadata using GetSharedLinkMetadataAsync and download shared link's file using GetSharedLinkFileAsync (aside of the option downloading the file or entire folder directly with just change links ending "dl=0" to "dl=1").

    Hope this helps.