Google API - Get Access Token and Refresh Token

  Рет қаралды 47,090

LinuXamination

LinuXamination

Күн бұрын

#googleapi #refreshtoken #accesstoken #oauth #oauth2
Detailed Video to create Google Access Token :
• Upload Files on Google...
Google API Get Access Token and Refresh Token
Google Access Token
Google Refresh Token
Google Generate Access Token
Google Generate Refresh Token
Google API Create Access Token and Refresh Token
Google API Generate Access Token and Refresh Token
Google API Create Access Token
Google API Create Refresh Token
Google API OAUTH 2.0 Access Token and Refresh Token
Google API Oauth 2
Google API Client ID and Secret Key
Google API Secret Key
_____________________________________________
url for commands :
linuxamination...
_____________________________________________
How to use Google Access Token and Refresh Token :
• Upload Files on Google...
____________________________________________
Thumbnail :
unsplash.com/p...

Пікірлер: 50
@fille.imgnry
@fille.imgnry Жыл бұрын
Thanks you! You solved this 10x better than Googles own crappy tutorial videos.
@graphman-x4l
@graphman-x4l 2 ай бұрын
Grateful, you make it easy, thank a lot....
@levischiri2382
@levischiri2382 4 ай бұрын
I will be here as you go places.. big fun.🤩
@ruurdah
@ruurdah 2 ай бұрын
Life saver. Appreciated.
@soicooc3500
@soicooc3500 9 ай бұрын
thank so much , it work like a charm , you are genius man
@FleedX
@FleedX Жыл бұрын
I need to programmatically get the auth code, this is a manual way to do it.
@XiaochenLiu-o8k
@XiaochenLiu-o8k 10 ай бұрын
Very helpful. Thanks a lot! Google's tutorial just doesn't work...
@vagsksrs
@vagsksrs Жыл бұрын
how to do this in android ?
@kaviclub4056
@kaviclub4056 Жыл бұрын
Thank you, very much!
@jonathanbispodossantosjona2694
@jonathanbispodossantosjona2694 8 ай бұрын
You are my hero.
@vladislavv8549
@vladislavv8549 6 ай бұрын
best tutorial. thanks
@LinuXamination
@LinuXamination 6 ай бұрын
Thank you for watching.
@jga03
@jga03 Жыл бұрын
you are a machine, new sub
@drwagner14
@drwagner14 3 ай бұрын
excellent!
@DekelDahari-v2h
@DekelDahari-v2h 11 ай бұрын
Hi, any idea why I get ERR_CONNECTION_REFUSED???
@theskepticcoder7883
@theskepticcoder7883 Жыл бұрын
did they stop giving the refresh token? cuz i did exactly that and the refresh token is no where to be found , but the access_token is available
@kamalrohra8219
@kamalrohra8219 Жыл бұрын
Gives me an invalid_grant error
@romuloneedy
@romuloneedy Жыл бұрын
Me too
@KateoneG
@KateoneG 5 ай бұрын
any solution?
@JeanDoutriaux
@JeanDoutriaux 8 ай бұрын
Thank you for the video, plus the music this is a great moment. But how can i get an access_token with a different scope than drive ??
@LinuXamination
@LinuXamination 8 ай бұрын
Thank you for watching. This page has all the scope urls for different services like calendar, youtube analytics, gmail etc developers.google.com/identity/protocols/oauth2/scopes
@testtest-c4z
@testtest-c4z Жыл бұрын
Hello, how about a query, when you have a token and refresh token where, for example, I have an app that sends or queries orders to another system, the token and refresh is always stored in the client, when this can be more than one client or is stored in the server in a database and query on that? taking into account that my app always has a single user to make the requests regardless of which user is requesting the data. thank you
@BillTheChill654
@BillTheChill654 Жыл бұрын
Edit: Solved!* I tried this, and it said the "Site can't be Reached." Have you ever encountered this before? *The code was in the URL. Be sure to check it if this happens to you, fellow coders!
@Rykov7
@Rykov7 8 ай бұрын
{ "error": "unsupported_grant_type", "error_description": "Invalid grant_type: " }
@iamdococ
@iamdococ 5 ай бұрын
any solution for this ..?
@KateoneG
@KateoneG 5 ай бұрын
solution?
@iiiiii7451
@iiiiii7451 3 ай бұрын
use postman or bruno for requests (this parameters must be in BODY form url encoded)
@phongtang2377
@phongtang2377 2 ай бұрын
haizzz. I am using window and do to last step.... what the el;l
@EmreNihatDurgun
@EmreNihatDurgun Жыл бұрын
Thanks :)
@subsub8952
@subsub8952 Жыл бұрын
Mine doesn't bring refresh tokens.. for blogger api.. only acces tokens ..why?
@LinuXamination
@LinuXamination Жыл бұрын
Blogger or Drive, Refresh token appears with an access token when you send the request with authorization code. It is one time activity, then you can always generate access token from refresh token. Take a look once. kzbin.info/www/bejne/r4fYe6Sgocxpg80 kzbin.info/www/bejne/r4fYe6Sgocxpg80
@ZakariaTouzen
@ZakariaTouzen 2 ай бұрын
bro am on windows not linux what should i do ?
@LinuXamination
@LinuXamination 2 ай бұрын
You can download and install 'git bash for windows' then you can run these commands on git bash command line.
@l.oleksandr
@l.oleksandr Жыл бұрын
Thank you
@MichaelWong-d9w
@MichaelWong-d9w Жыл бұрын
ty
@dumindar
@dumindar Жыл бұрын
This is the start of a comment thread.
@duraisengunthar8242
@duraisengunthar8242 6 ай бұрын
Password reset API for google cloud account....
@roscaoff
@roscaoff Жыл бұрын
THX BRO
@elvanoelvinaday
@elvanoelvinaday 5 ай бұрын
How in android
@kunalmishra1443
@kunalmishra1443 11 ай бұрын
my refresh token expires after 3-4 days. Can you provide a solution for this?
@LinuXamination
@LinuXamination 11 ай бұрын
You need to change the publishing status of your app from Testing to Production. The Publishing Status option, you will find in 'Oauth Consent Screen' which is under API & Services.
@kunalmishra1443
@kunalmishra1443 11 ай бұрын
After creating the refresh token i changed the status from testing to production. But it's expired agaain. Do i need to change the status from testing to production first and then i should generate the refresh token@@LinuXamination?
@LinuXamination
@LinuXamination 11 ай бұрын
Once the status is changed to production, I created another refresh token and it did not expire further.
@kunalmishra1443
@kunalmishra1443 11 ай бұрын
@@LinuXamination ok sure I've done the same hope mine also works Thank you so much
@somethingmysterious58
@somethingmysterious58 10 ай бұрын
how did you get that "code" from URL please explain? I'm stuck in hell
@LinuXamination
@LinuXamination 10 ай бұрын
Try watching these detailed videos, it might help you. kzbin.info/www/bejne/Z5jWqmqpatufh68 kzbin.info/www/bejne/r4fYe6Sgocxpg80si=EkhHTfyFbzAf2L1R
@dumindar
@dumindar Жыл бұрын
This is my new comment.
@KapilKhicher-dh5n
@KapilKhicher-dh5n 10 ай бұрын
i love u
@dumindar
@dumindar Жыл бұрын
This is the start of a comment thread.
@dumindar
@dumindar Жыл бұрын
This is the start of a comment thread.
OAuth 2.0 explained with examples
10:03
ByteMonk
Рет қаралды 140 М.
ID Tokens VS Access Tokens: What's the Difference?
8:38
OktaDev
Рет қаралды 169 М.
SHAPALAQ 6 серия / 3 часть #aminkavitaminka #aminak #aminokka #расулшоу
00:59
Аминка Витаминка
Рет қаралды 2,5 МЛН
All The Little Steps To Get Started With The Google Ads API
17:23
Build With Austin
Рет қаралды 32 М.
Google OAuth 2.0 With NodeJS (No Passport or googleapis)
57:18
TomDoesTech
Рет қаралды 98 М.
Setup Google OAuth sign in 6 minutes
6:51
Appwrite
Рет қаралды 63 М.
OAuth 2.0 - a dead simple explanation
9:16
Jan Goebel
Рет қаралды 21 М.
Create Google OAuth Client id and Client secret (test with Postman)
36:01
Getting started with client libraries - Obtaining a refresh token
4:37
Google Ads Developers
Рет қаралды 3,5 М.