saguiitay / DropboxRestAPI

Dropbox REST API client in C#
MIT License
46 stars 38 forks source link

previews API call requires root path to be "auto" #10

Closed tjcuevas closed 9 years ago

tjcuevas commented 9 years ago

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.

saguiitay commented 9 years ago

I resolved this in commit fe43da59956637d852a080ac87f888f5240bdfb5

I'll update the NuGet package soon