Access blocked: This app’s request is invalid

I use free google cloud console account and enabled youtube api v3 for my project in console. 

Now i want to get refresh token from https://developers.google.com/oauthplayground/ using client id and client secret but every time i get following error!  

Untitle5435345345d.jpg 

 

note that I set https://developers.google.com/oauthplayground/ as redirect uris in google console but I still get this error after few hours! 

I get refresh token using this way about 2 or 3 months ago but recently I encounter this error. 

where is my problem? how to fix this?

Solved Solved
1 3 18.6K
1 ACCEPTED SOLUTION

I found problem by own 
I set  
https://developers.google.com/oauthplayground/
as redirect uris in google console and latest slash make error! 
I must use following as redirect uris in google console : 
https://developers.google.com/oauthplayground

View solution in original post

3 REPLIES 3

I found problem by own 
I set  
https://developers.google.com/oauthplayground/
as redirect uris in google console and latest slash make error! 
I must use following as redirect uris in google console : 
https://developers.google.com/oauthplayground

Is it possible that you be a little more specific in this. I'm not a developer.

Hey! How are you? Here is the solution described in the author's post:
https://stackoverflow.com/questions/16693653/how-to-add-or-change-return-uri-in-google-console-for-o...