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);