Invalid parameter value for redirect_uri: Missing authority

1,882 views
Skip to first unread message

Ruslan Moscow

unread,
Sep 17, 2014, 3:44:35 AM9/17/14
to gcp-dev...@googlegroups.com
Hello!
I understand the error in my settings?

POST:
strPOST = "grant_type=authorization_code" + "&"; strPOST = strPOST + "code=" + CODE + "&"; strPOST = strPOST + "client_id=xxx" + "&"; strPOST = strPOST + "client_secret=xxx" + "&"; strPOST = strPOST + "redirect_uri=urn:ietf:wg:oauth:2.0:oob";

reply:

(400). {
  "error" : "invalid_request",
  "error_description" : 
"Invalid parameter value for redirect_uri: Missing authority: urn:ietf:wg:oauth:2.0:oob\n"

Robert Toscano

unread,
Sep 22, 2014, 9:17:26 PM9/22/14
to gcp-dev...@googlegroups.com
Please see the "Important" note section here: https://developers.google.com/cloud-print/docs/devguide#OAuth

You'll need to use "oob" instead of "urn:ietf:wg:oauth:2.0:oob"
--
You received this message because you are subscribed to the Google Groups "Google Cloud Print Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gcp-developer...@googlegroups.com.
Visit this group at http://groups.google.com/group/gcp-developers.
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-developers/d0975d46-a176-4936-818a-17d5ad9f0821%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages