-
Notifications
You must be signed in to change notification settings - Fork 351
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplete Documentation For filesGetThumbnail #162
Comments
|
Thanks for pointing that out! Using |
|
This is a limitation / issue with the Stone API specification. The Dropbox JS SDK manually adds If you fix this in a generic manner (through e.g. arguments to the Stone generators that pass in library-specific augmentations to the Stone specification), then you could kill two birds with one stone -- improve the TypeScript definition files and correct the documentation. |
|
the link is not found, so here is the fix: |
|
Thanks for the comment! Here's the updated link for that. |
The docs do not describe how the thumbnail data is returned. Via debugging I see a string property named fileBinary. The docs have no mention of this property anywhere.
The text was updated successfully, but these errors were encountered: