-
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
GoogleDrivePicker plugin - after popup closes cannot proceed. #5625
Comments
Hi, not sure if it's the reason but you seem to be missing some options for the plugin. Have you checked the official docs? https://uppy.io/docs/google-drive-picker/#use-with-transloadit |
Are you referring to companionAllowedHosts? I’m not hosting companion on multiple hosts (I am using transloadit) so the default should be fine. |
Yes talking about that option. Not sure what you mean by not hosting companion on multiple hosts, but AFAIK if you're using Transloadit's companion you need to use the provided option, because Transloadit hosts Companion on multiple hosts. |
Even with compainAllowedHosts set explicitly, there is no change in behavior. |
Could you double check all the following in the Google Developer Console settings:
|
Initial checklist
Link to runnable example
No response
Steps to reproduce
I'm having a hard time creating a reproducible example without pasting my API keys everywhere.
I am using Uppy with Transloadit hosted companion, trying to get the GoogleDrivePicker plugin working. Here is how it is set up:
It doesn't seem like any other configuration is required. I've double a triple checked all the provided keys and ids.
When clicking on google drive, the Google Oauth window pops up. Once authorized, the popup displays "please wait" with a google spinner, then closes immediately. Nothing occurs back on the Uppy dashboard. Nothing is printed to the console, no network requests, etc. Very tough to debug. The "sign in with google" button remains visible.
Occurs on both Chrome and Firefox.
Uppy is being loaded via the CDN (for testing purposes):
Please let me know if there is any way I can debug this or other details I can provide.
Expected behavior
I would expect something to occur when the plugin is authorized (obtains an Oauth key from google?) but nothing happens.
Actual behavior
Nothing.
The text was updated successfully, but these errors were encountered: