Hello, how are you, there are applications that request a token, request that the client id and seceret key be sent, others an api token and a secret key, how is this different from, for example, sending user and pass?
@@CodeSagarOfficial. Thanks for the video. In the response I receive: "access token", "token type", "expires in", "scope", "access tokern url", "client id", "client secret" and "timestamp". I dont receive the "refresh token". Do you know how to get it? I think the problem is the type of application "web application". .
Make sure you have included grant_type="refresh_token" the parameters in the request body grant_type=authorization_code OR grant_type=refresh_token The refresh token will be provided in the response alongside the access token when you request authorization or when you use a refresh token grant. Hope this will help.
Is there a way to generate access token using service account ? If yes then please guide me . I am already done with the Google docs and its not working as expected.
It is showing me error as "This request is not authorized to call insights service. Developer token not enabled how to resolve this issue please help me
OAuth 2 parameters can only have a single value: scope Learn more about this error If you are a developer of login , see error details. Error 400: invalid_request
If you want to get refresh token then you have to add "offline_access" Scope in OAuth consent screen. Steps: - Navigate to your project. - In the left sidebar, click on "APIs & Services" > "Credentials." - Click on the "OAuth consent screen" tab - In the "Scopes for Google APIs" section, ensure that the "offline_access" scope is included.
I WATCHED THE WHOLE VIDEO, AND IN THE VIDEO'S 6 MINUTES AND 40 SECONDS LENGTH, THE CREATOR OF THIS CONTENT MAKES A MONTAGE OF A SCENE AS IF THE RESPONSE FROM THE WEB WAS TRUE AND FUNCTIONAL. PEOPLE, THIS VIDEO WAS A SCAM OF VIEWS, I DO NOT RECOMMEND THIS CHANNEL. DISLIKE. THIS USER PROMOTED MISINFORMATION.
Hi, Thanks for you comment. You can check all video and try at your end. you will get the same response in the video. It may be editing issue at that particular time.
Never really used Postman before and thanks to your video I was able to setup a test application in ADFS in a couple of minutes, thanks!
Glad it helped!
Thanks for comment.
Thanks! I got the 403 error, and at 7:47 you showed me how to fix it! Thanks a lot man, you made my weekend
Thanks for comment.
Perfect, I used u video and was no errors , good job , thk :)
Thanks for comment. It motivate me a lot.
best video. Step by step explaination.
Thanks for comment.
Amzing Video sir it is so helpful for my work
Glad to hear that.
Glad it helped.
Subscribe channel for more videos: www.youtube.com/@code-sagar
The best tutorial
Thanks for your comment
Perfect, Thanks for supporting to me.
Thanks for comment.
very good video
Thanks for comment.
Subscribe channel for more videos: www.youtube.com/@code-sagar
after we get the token. we can use it to verify in backend to get information of account? Please help me. I have issue wwith it.
인생 영 ㄱㅅㄱㅅ 상입니다. 다른 사람들도 꼭 봐야할 것 같아요.
Thanks for comment.
thx that helped me on how o set an OAuth2 with postman
Thanks for comment.
Auth URL is not working anymore, it copies as a youtube redirect URL
Thanks a Lots for helping 🤩
Thanks for your comment.
Subscribe for more such videos.
Hi, I was wondering how would you generate a refresh token?
It helped a lot. Thanks
Thanks for comment.
Hi, do you know why this error occur? "OAuth 2 parameters can only have a single value: scope"
Hello, can I generate Authorization: Bearer . via postman.
Hello, how are you, there are applications that request a token, request that the client id and seceret key be sent, others an api token and a secret key, how is this different from, for example, sending user and pass?
^ㅂ^ 이 영상을 기다리고 있었습니다!
Thanks for comment.
Helpful 👍 Thanks
Thanks for comment.
Thanks for this really helpful! how can I access refresh token? so I can build something that can be scheduled?
In the response, you will receive an access token, token type, expires in, and a refresh token.
@@CodeSagarOfficial. Thanks for the video. In the response I receive: "access token", "token type", "expires in", "scope", "access tokern url", "client id", "client secret" and "timestamp".
I dont receive the "refresh token". Do you know how to get it? I think the problem is the type of application "web application".
.
Make sure you have included grant_type="refresh_token" the parameters in the request body
grant_type=authorization_code
OR
grant_type=refresh_token
The refresh token will be provided in the response alongside the access token when you request authorization or when you use a refresh token grant.
Hope this will help.
Nice work, you are good. I want to know or ask if i need to make payment to use Oauth in my project?
No, you don't need to make any payment for using OAuth.
Helpful 👏
Thanks for comment.
Helpful, thanks
Thanks for comment.
Subscribe channel for more such videos.
It doesnt work for me . i need that auto generate token without using login google account. Can you do this?
Is there a way to generate access token using service account ? If yes then please guide me .
I am already done with the Google docs and its not working as expected.
You can use the Google Cloud SDK or libraries like "google-auth" in Python to generate access tokens.
Hi,
Is there a way to capture the access token from auth2.0 into global variable through a script?
You can use this code to automate the process.
gist.github.com/CodeSagarOfficial/4fb18588625cb76b8e602a5c1cdb4f1c
@@CodeSagarOfficial I have a sso auth for auth2.0 will this work
how to enable legacy people api ? its not coming in search
Is client secret required? Is it a security concern?
Yes, client secret is required. You have to store it securely on the client side and then use it.
마 👍👍 음에 걸려서 계속 봐요.
Thanks for comment.
Thanks!
Thanks for comment
^.^ 이런 영상을 많이 올려주세요!
Sure, I am working on it.
It is showing me error as
"This request is not authorized to call insights service. Developer token not enabled how to resolve this issue please help me
up
Check if your developer token is correct and have sufficient permissions.
How to enable this directly on browser ?
I didn't get you. can you explain more? what you actually want to achieve?
OAuth 2 parameters can only have a single value: scope Learn more about this error
If you are a developer of login , see error details.
Error 400: invalid_request
do you solved that problem? I have the same issue 😓
and how to get refresh token using access token?
If you want to get refresh token then you have to add "offline_access" Scope in OAuth consent screen.
Steps:
- Navigate to your project.
- In the left sidebar, click on "APIs & Services" > "Credentials."
- Click on the "OAuth consent screen" tab
- In the "Scopes for Google APIs" section, ensure that the "offline_access" scope is included.
Not work give me blocked
you have to add test emails to login with google in test mode. Otherwise you have to publish your google project.
@@CodeSagarOfficial how to do that
@@nopolioncollection in the third sept form OAuth consent
I WATCHED THE WHOLE VIDEO, AND IN THE VIDEO'S 6 MINUTES AND 40 SECONDS LENGTH, THE CREATOR OF THIS CONTENT MAKES A MONTAGE OF A SCENE AS IF THE RESPONSE FROM THE WEB WAS TRUE AND FUNCTIONAL.
PEOPLE, THIS VIDEO WAS A SCAM OF VIEWS, I DO NOT RECOMMEND THIS CHANNEL. DISLIKE.
THIS USER PROMOTED MISINFORMATION.
Hi, Thanks for you comment.
You can check all video and try at your end. you will get the same response in the video. It may be editing issue at that particular time.
JEERO ALLA MANDA (FOOL) ITS ZERO
This video helped me. Thanks.
Thanks for comment.