Thanks brother, your video helped me to realize how to get the refresh token in Spring Boot.
@RetargetCommon9 ай бұрын
Glad it helped
@carvalho.silvio Жыл бұрын
Great video series, thanks for sharing
@AfraKL-l5z10 ай бұрын
Im getting unsupported_grant, Invalid grant_type... Can u help me find out where I'm going work?
@luandinh52715 күн бұрын
thank you, great video
@JeromeLille Жыл бұрын
How do you deal with the redirect uri? I'm using my domain in which the domain is located but of course, I'm then getting "This application must be run on the command line"
@JeromeLille Жыл бұрын
And then: { "error": "invalid_grant", "error_description": "Bad Request" }
@AfraKL-l5z10 ай бұрын
I am facing an issue when generating access token using a valid refresh token. An error is thrown - error: unsupported_grant_type , error_description: Invalid grant_type Request Can anyone help me with this?
@Jakub-d1u Жыл бұрын
@retargetcommon is there a way to automate generating refresh token?
Hi. I do not manage to get a refreseh token when I ask for the token. I send the parameter access_type=offline and I get an accesess token, but not the refresh token. What can I do? Thank you ever so much in advance
@RetargetCommon Жыл бұрын
Are you trying Google APIs?
Жыл бұрын
@@RetargetCommon yes
@robotbender817 Жыл бұрын
This worked for me $client = new \Google_Client(['prompt' => 'consent']);
@KamalHossain-rn1ox Жыл бұрын
thank you for sharing this!
@fdokali Жыл бұрын
token will expire 3599s after can get new token work or no
@RetargetCommon Жыл бұрын
Old should be expired on generation of new one but this can be overridden by app’s developer
@chris014799 ай бұрын
@@RetargetCommon can you please help me how I can get the refresh token after it have expired 3500s?
@vaibhavthalanki73207 ай бұрын
perfect
@AfraKL-l5z10 ай бұрын
I am facing an issue when generating access token using a valid refresh token. An error is thrown - error: unsupported_grant_type , error_description: Invalid grant_type Request Can anyone help me with this?