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....
vildantursic
Explorer | Level 4
Hi again, I fixed that issue, but I have one more question that I couldn't find answer for.
filesDownload or filesGetThumbnail returns object with fileBinary property. I can't in any way I tried convert that data to image.
Most of the time I get this exception
DOMException: Failed to execute 'btoa' on 'Window': The string to be encoded contains characters outside of the Latin1 range.
Unless I do this
... img.src='data:image/jpeg;base64,' + window.btoa(unescape(encodeURIComponent(response.data.fileBinary))); ...
But again it is unreadable
And here is screenshot of original fileBinary data and converted data with code above
Greg-DB
7 years agoDropbox Staff
It looks like you opened another thread for this, so I'll follow up there:
https://www.dropboxforum.com/t5/API-support/Binary-to-image/m-p/264555
https://www.dropboxforum.com/t5/API-support/Binary-to-image/m-p/264555
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,877 PostsLatest Activity: 9 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!