filestack / filestack-js

Official Javascript SDK for the Filestack API and content ingestion system.
https://www.filestack.com
MIT License
206 stars 77 forks source link

Connecting to googleDrive fails on OAUTH redirect issue #69

Closed omryshap closed 6 years ago

omryshap commented 6 years ago

How to reproduce:

  1. Try to connect to googleDrive via filestack-js (see image #1) filestack_google_loginrequest

  2. receive error from google about "redirect_uri_mismatch" filestack_googleoauth_bug

omryshap commented 6 years ago

seems to have been resolved over the weekend.

omryshap commented 6 years ago

actually, my bad. The auth token works fine for v2, but on v3 I still get the same error.

velveteer commented 6 years ago

@NProtagoras Are you still seeing this issue? If so can you provide browser information so we can reproduce it?

omryshap commented 6 years ago

seems like it was just an issue with our config using a wrong key - nothing to do with filestack.

Thanks for the response!