saguiitay/DropboxRestAPI

previews API call requires root path to be "auto"

tjcuevas opened this issue · 1 comments

I'm attempting to get the preview for a file by using the PreviewsAsync method. After calling this method I get the error message "Root must be "auto", got "sandbox"". It looks like dropbox requires that you set the root to "auto" when doing the preview call.

I resolved this in commit fe43da5

I'll update the NuGet package soon