cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
What’s new: end-to-end encryption, Replay and Dash updates. Find out more about these updates, new features and more here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Meta Data of Shared link

Meta Data of Shared link

Asharaf
Explorer | Level 4
Go to solution

Hi there,

 

Is there any way to view Metadata of the shared link and Download  it as well in c# .net?

 

ThankYou

Asharaf

1 Accepted Solution

Accepted Solutions

Здравко
Legendary | Level 20
Go to solution

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.

View solution in original post

2 Replies 2

Здравко
Legendary | Level 20
Go to solution

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.

Asharaf
Explorer | Level 4
Go to solution

Thank-You for the support.

Need more support?