dnrew
Forum Replies Created
-
Thank you for you reply, @sayontan, in your previous thread (Can’t authorize Google Photos). I’m hanging in there, trying to make this work. I’ve added the “https://developers.google.com/oauthplayground” to my redirect URL list. Now Google is talking about scopes, referring to the list of API’s entered next to “Authorise API” in the Playground
400. That’s an error.
Error: invalid_scope
Some requested scopes were invalid. {valid=[https://www.googleapis.com/auth/photoslibrary.readonly, https://www.googleapis.com/auth/photoslibrary.sharing, https://picasaweb.google.com/data/%5D, invalid=[https://developers.google.com/oauthplayground], noncanonical=[https://picasaweb.google.com/data/(https://www.googleapis.com/auth/photos)]}
I’m obviously out of my depth here, unfortunately. I believe the issue may be my configuration details that I provided i the “OAuth consent screen”: the only items I need to add: Application Name (Photonic WordPress Plugin); choose a support e-mail address, and declare the “Authorized Domains”, correct?
Thank you
Greetings, Still jammed. I followed 5-step workaround and got blocked at step 3. Google is telling me:
400. That’s an error.
Error: redirect_uri_mismatch
The redirect URI in the request, https://developers.google.com/oauthplayground, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com…In step 3, I am copying/pasting the URLs exactly as you have typed them in the post, with a single space between each URL, correct?
Next, I’m using the following redirect URI (with my own DOMAIN-NAME)
http://DOMAIN-NAME/wp-admin/admin.php?page=photonic-authInstead, does it need to be these two, as indicated in the WP Photonic Settings information:
http://DOMAIN-NAME
http://DOMAIN-NAME/wp-admin/admin.php?page=photonic-auth&source=googleThank you