Gmail-OAuth2.0 Using Postman

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 26

  • @AaronZhang168
    @AaronZhang168 15 дней назад

    Wow, thank you so much, it worked for me!

  • @fnamelname6427
    @fnamelname6427 Год назад

    Thank you so much for explaining this frustrating process :-).

  • @dominiquecalder4689
    @dominiquecalder4689 Год назад

    Worked like a charm! On to the follow up videos thank you!!!

  • @wasimshaik9217
    @wasimshaik9217 2 года назад +7

    Hi Afsar
    Am getting {
    "error": "invalid_grant",
    "error_description": "Malformed auth code."
    }
    what may be the reason and
    can we increase the expiration time for code as in 1.GetCode Api
    TIA

    • @Morris_Simons
      @Morris_Simons 2 года назад +1

      getting same over here, worked for a while tho. Something with authcode limit im guessing due to it being red. strange part is that i havent exeeded the limit

  • @keerthipenukonda7165
    @keerthipenukonda7165 2 года назад +2

    Thanks for the video. It is working fine for me.

  • @subramanianchenniappan4059
    @subramanianchenniappan4059 2 года назад

    How to access the mongo db in our backend . Before allowing access to the mongo there is firebase authentication decode token in our project . I used a Google official code to generate instance token that is used as path parameter . The Google auth decode token throws invalid jwt token . How to make sure that i pass on a valid instance token (that is generated using service account json). I used postman for this testing. To write new user info to this backend mongodb I use post method in postman with json payload

  • @boultifnidhal2600
    @boultifnidhal2600 Год назад

    It really worked, thank you so much.

  • @sevostyanov100
    @sevostyanov100 Год назад

    thank you very much! you really help me!

  • @hernancano2017
    @hernancano2017 3 месяца назад

    Hello, friends. Does anyone knows where to find a good Postman collection?
    I have find it. Thanks.
    But only three requests, not the complete six.... ohhh.....

  • @natnaelasmare3773
    @natnaelasmare3773 2 года назад +1

    Worked for me

  • @Tegredy
    @Tegredy 2 года назад

    How would you programmatically retrieve the auth_code from the response in order to use in the next call? Copy and paste doesnt show how to retrieve that data field from the response that has been my issue

    • @opensourceautomation-afsarali
      @opensourceautomation-afsarali  2 года назад

      Thanks for watching : here is what you want ruclips.net/video/wq8n4whsOFc/видео.html
      Please subscribe

  • @mikhailartiushkin982
    @mikhailartiushkin982 Год назад

    tnx

  • @TeePlunder
    @TeePlunder 2 года назад

    Thank you sooo much!! Life saving!! :D

  • @tkakki1
    @tkakki1 2 года назад

    Getting error 400: redirect_uri_mismatch at 12:20? Can you please help

  • @ubaidmanzoorwani6254
    @ubaidmanzoorwani6254 Год назад

    why are we adding test user, please explain

  • @valentinasamaya2439
    @valentinasamaya2439 2 года назад

    THANK YOU SO MUCHH YOU'RE MY SAVIOR ASDFGJLAKSDJF

  • @prabirmalakar3758
    @prabirmalakar3758 2 года назад +1

    hi i need some help

  • @sangtimur18
    @sangtimur18 2 года назад

    how to get code using java sir?

  • @ferhatc3491
    @ferhatc3491 3 года назад +3

    2-Refresh token response{
    "error": "invalid_grant",
    "error_description": "Bad Request"
    }

    • @igoralisson163
      @igoralisson163 2 года назад +3

      Possible solutions:
      1. You need generated a new code after send one request, current code is valid only once a time per request.
      2. redirect_uri: Change "" to "http%3A//"
      These solutions worked for me!

    • @gmendez21
      @gmendez21 Год назад

      That suggestion above didn’t work for me :( any other advise?

  • @opensourceautomation-afsarali
    @opensourceautomation-afsarali  2 года назад

    Part 2:
    ruclips.net/video/wq8n4whsOFc/видео.html

  • @ИгорьСверчков-в1ш
    @ИгорьСверчков-в1ш 3 года назад +2

    buddy, it doesn't work