Jump to content

google API redirect 400 error - solution


Recommended Posts

Hi All!

 

As I searched the forum, see how many users have a problem with the Google API module configuration

 

(I managed it today on PS. 1.6.0.14, but I think works with all the revisions)

 

So if you follow the image slideshow on module configuration page - how to generate client ID and secret code... there is an error..

 

when you need to put the redirect urls just add

 

http://www.yoursite.com/modules/gapi/oauth2callback  WITHOUT  .php

 

Then google will accept your settings and generate the codes

 

After that edit the redirect uris on google console (right side edit setting)  and write back the .php to the end of the urls.

 

that's all folks!

 

 

Hope this help :)

Edited by fitgura (see edit history)
Link to comment
Share on other sites

In my experience I had to modify that url as I red online therefore:

 

On the developers console I typed "site name/authorize/modules/gapi/oauth2callback.php

 

while on the other side I had to modify that file on my server...

 

so I opened the file /public_html/modules/gapi/gapi.php

 

went to LINE 237

 

and after the written PS_BASE URI_

 

I add "authorize/" just before "modules".

 

Now everything works perfectly!

Link to comment
Share on other sites

  • 2 months later...

Ill give it a try. I have had it working for weeks. It stopped working maybe a week or so ago, im sure i noticed a google related module update at this time.

 

I get data in the GA report page correctly. No amount of different url addresses in the console consent page will work. Lets be honest , with one site theres not very many ways you can try the url really.

 

Anything is worth a shot now as ive spent so many hours reading forums and google docs to sort the issue out.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...