Skip to content
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

Error: missing string: pluginNameGoogleDrive + pluginNameGooglePhotos #5542

Open
2 tasks done
Tracked by #5532
GFoley83 opened this issue Dec 5, 2024 · 1 comment · Fixed by #5552
Open
2 tasks done
Tracked by #5532

Error: missing string: pluginNameGoogleDrive + pluginNameGooglePhotos #5542

GFoley83 opened this issue Dec 5, 2024 · 1 comment · Fixed by #5552
Labels

Comments

@GFoley83
Copy link

GFoley83 commented Dec 5, 2024

Initial checklist

  • I understand this is a bug report and questions should be posted in the Community Forum
  • I searched issues and couldn’t find anything (or linked relevant results below)

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
image

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.

@GFoley83 GFoley83 added the Bug label Dec 5, 2024
@GFoley83 GFoley83 changed the title Error: missing string: pluginNameGoogleDrive Error: missing string: pluginNameGoogleDrive + pluginNameGooglePhotos Dec 5, 2024
@mifi
Copy link
Contributor

mifi commented Dec 18, 2024

I think this is still broken, look at uppy.io:

Screenshot 2024-12-18 at 18 18 44

@mifi mifi reopened this Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants