We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug The documentation on dropbox, https://www.dropbox.com/developers/documentation/javascript#overview, doesn't say if this SDK is for the browser or server (node), nor does the readme on github.
How are we supposed to know whether we can use this SDK in the browser or not?
To Reproduce Read the documentation
Expected Behavior It says "This SDK can be used either in Node.js on the server, or in the web browser without a server"
Actual Behavior ""
Versions All Any Both NA
The text was updated successfully, but these errors were encountered:
Thanks for the note! I'll ask the team to update this to clarify.
Sorry, something went wrong.
I think it's both. The problem though is that in the browser you need to polyfill Node utils and crypto.
utils
crypto
No branches or pull requests
Describe the bug
The documentation on dropbox, https://www.dropbox.com/developers/documentation/javascript#overview, doesn't say if this SDK is for the browser or server (node), nor does the readme on github.
How are we supposed to know whether we can use this SDK in the browser or not?
To Reproduce
Read the documentation
Expected Behavior
It says "This SDK can be used either in Node.js on the server, or in the web browser without a server"
Actual Behavior
""
Versions
All
Any
Both
NA
The text was updated successfully, but these errors were encountered: