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
N/A given it requires config of auth at Google API level
Install the new GoogleDrivePicker and/or GooglePhotosPicker, configure it in JS and load uppy.
No error and plugin should load.
Error thrown in the console: Error: missing string: pluginNameGoogleDrive
Error: missing string: pluginNameGoogleDrive
Related to #2459
Same workaround fixes the issue:
var uppy = new Uppy({ locale: { strings: { pluginNameGoogleDrive: 'Google Drive', pluginNameGooglePhotos: 'Google Photos' } } }) . . .
Edit: Same issue exists with GooglePhotosPicker.
GooglePhotosPicker
The text was updated successfully, but these errors were encountered:
I think this is still broken, look at uppy.io:
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Initial checklist
Link to runnable example
N/A given it requires config of auth at Google API level
Steps to reproduce
Install the new GoogleDrivePicker and/or GooglePhotosPicker, configure it in JS and load uppy.
Expected behavior
No error and plugin should load.
Actual behavior
Error thrown in the console:
Error: missing string: pluginNameGoogleDrive
Related to #2459
Same workaround fixes the issue:
Edit: Same issue exists with
GooglePhotosPicker
.The text was updated successfully, but these errors were encountered: