We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
vildantursic
7 years agoExplorer | Level 4
Thumbnails
Hi, I am using dropbox V2 API (current version from npm 3.0.4). Working with VueJS / Nuxt. And I am trying to get thumbnails from dropbox folder, This console message I am getting (Dropbox-sdk.min....
Greg-DB
Dropbox Staff
Regarding the TypeError issue, please refer to this recent JavaScript SDK issue for more information and a workaround:
https://github.com/dropbox/dropbox-sdk-js/issues/172
(Note that filesDownload and filesGetThumbnail download data in the same way.)
The ".tag" value is expected. That identifies the type of the entry, and will be one of "file", "folder", or "deleted", not the file type. For the file type, please refer to the file extension in the path or name.
https://github.com/dropbox/dropbox-sdk-js/issues/172
(Note that filesDownload and filesGetThumbnail download data in the same way.)
The ".tag" value is expected. That identifies the type of the entry, and will be one of "file", "folder", or "deleted", not the file type. For the file type, please refer to the file extension in the path or name.
Greg-DB
7 years agoDropbox Staff
The original `t.buffer is not a function` issue should be fixed in the latest version of the library, currently v4.0.3.
- rajshree19966 years agoExplorer | Level 3
not able to convert fileBinary to url in nodejs.
- Greg-DB6 years agoDropbox Staff
rajshree1996 If you need help using the Dropbox API/SDK, please open a new thread with more details about the issue or question. Thanks!
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 8 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!