You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Esikhoob's avatar
Esikhoob
Helpful | Level 5
2 years ago

What path argument should I pass to .NET CreateSharedLinkWithSettingsAsync()

Hi In our Website, written with ASP.NET and C#, we want to use .NET API to get shared link for a file. I found the method for this purpose named:  CreateSharedLinkWithSettingsAsync() but all my trie...
  • Greg-DB's avatar
    Greg-DB
    2 years ago

    Esikhoob A 'path/malformed_path' error would indicate that the path value is invalid due to not being formed correctly; for example, this can occur if there is whitespace at the end of the path value.

     

    A 'path/not_found' error would indicate that the path value is properly formed, but nothing was found at the specified path in the connected account/root.

     

    Apps with the "app folder" access type are automatically rooted in the special app folder created for the app in the connected account, so yes, if you have a file named "Iran4K.mp4" directly in the app folder in the connected account, you would use a path value of "/Iran4K.mp4".

     

    To list the contents of whatever root your app is accessing, such as the app folder, you can use ListFolderAsync/ListFolderContinueAsync starting with 'path' set to the empty string "'.