-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Issues with GoogleDrivePicker and GooglePhotosPicker in Uppy #5577
Comments
Are you on the latest version of companion? |
Yes, |
are you using the latest version of uppy picker plugin? could it be #5532 (comment) ? |
I used the latest versions of both companion and @uppy/google-drive-picker (^0.3.0). The appId is correctly configured from the Google Cloud Console, but I keep getting the error: Cannot POST /google-picker/get. |
So you're using project number (not project name) from Google Console as app id? |
yes I'm using project number |
is it the same problem in all browsers? (chrome/safari etc) |
same in all browsers |
The idea was to enable the Google Drive Picker in the Companion server by setting the enableGooglePickerEndpoint property to true. Thank you all for your help and support! |
@nermineslimane can you try the above suggestions too? |
Initial checklist
Link to runnable example
No response
Steps to reproduce
Import GoogleDrivePicker from @uppy/google-drive-picker.
Use the following configuration in your Uppy instance:
javascript
Attempt to pick or upload a file using the Google Drive picker.
Expected behavior
The file picker should allow me to select a file from Google Drive or Google Photos and successfully upload it without any errors.
Actual behavior
Encounter a 404 error on /google-picker/get when attempting to upload a file.
The error message Unknown RPC service: picker appears when trying to pick a file.
None of the configured providers (google-picker, google, or googlePicker) function as expected.
The text was updated successfully, but these errors were encountered: