cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox 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: 

How to retrieve shared link Dropbox API?

How to retrieve shared link Dropbox API?

AlexGH
New member | Level 2

Hi, I've been working for hours on this, I'm using C# and I'm working with Dropbox.Api I have a folder in DropBox with .png files, I want to use a raw link to those .png files so I can use it in my code like this :<img src="dropbox_link_to_image">  I've used  the CreateSharedLinkWithSettingsArg() method and it creates a link to those files but how do I retrieve those links in my view? The snippet below create the links but I don't know how to retrieve those links in a variable...

 var path = new Dropbox.Api.Sharing.CreateSharedLinkWithSettingsArg(item.PathDisplay);

 

1 Reply 1

Greg-DB
Dropbox Staff
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?