You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be helpful to have a code example in CreateSharedLinkWithSettingsAsync so I could know what value to pass in the path parameter. In my case, an example would be "C:\Users\malter.JOYOUSLIVING\Dropbox\FoldernameLevel1\FolderNameLevel1\FileName.pdf". Do I pass the entire path string or just everything right after Dropbox. Not sure what to pass. Also could use some guidance on the SharedLinkSettings param also. We don't want the filelinks to be public, but only to those people who are authorized to access the folder.
Thank you.
The text was updated successfully, but these errors were encountered:
The path you supply should be the path in Dropbox, e.g., the Metatdata.pathLower as returned elsewhere in the API. For your sample, that would look like "/foldernamelevel1/foldernamelevel1/filename.pdf".
Here's an example that uses the Dropbox .NET SDK to get a shared link for a file, either by creating a new one with settings, or retrieving an existing one:
It would be helpful to have a code example in CreateSharedLinkWithSettingsAsync so I could know what value to pass in the path parameter. In my case, an example would be "C:\Users\malter.JOYOUSLIVING\Dropbox\FoldernameLevel1\FolderNameLevel1\FileName.pdf". Do I pass the entire path string or just everything right after Dropbox. Not sure what to pass. Also could use some guidance on the SharedLinkSettings param also. We don't want the filelinks to be public, but only to those people who are authorized to access the folder.
Thank you.
The text was updated successfully, but these errors were encountered: