Would you be able to give me an example how to add an expiration date to a shared link?
This is what I have so far:
Dropbox.Api.Sharing.SharedLinkSettings sls=new Dropbox.Api.Sharing.SharedLinkSettings();
????
var result = await dbx.Sharing.CreateSharedLinkWithSettingsAsync(remotePath,sls);