Google Photos API Integration: From Setup to Code Implementation

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

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

  • @KameronFreitag-x4v
    @KameronFreitag-x4v 2 месяца назад +1

    This is such a great tutorial. It's criminal that it isn't more popular. Hats off to you and I hope you continue making more helpful content like this because it sure saved me a ton of time!

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

    Please make more videos. I am learning from you ^^

    • @lets-build-together
      @lets-build-together  Год назад +1

      Thank you ❤
      New projects on the way 🚀

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

      @@lets-build-together Looking forward to them. One question, how can you handle SSL in this project? I encountered SSL issue by following this video. Do I miss any steps?

    • @lets-build-together
      @lets-build-together  Год назад

      @@anchiteng5769 Can you elaborate bit more of the issue, where it came and what is the error exactly

    • @khaisarbegum2134
      @khaisarbegum2134 8 месяцев назад

      ​@@lets-build-together I am facing an error while trying to access a url
      res.send(await handler ( req,"GET"))
      It's saying handlers are not defined

  • @MrAmarbanerjee
    @MrAmarbanerjee Месяц назад

    Is there anyway to get the source code which you have build here

  • @khaisarbegum2134
    @khaisarbegum2134 8 месяцев назад

    I am facing an error while trying to access a url
    res.send(await handler ( req,"GET"))
    It's saying handlers are not defined

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

    This is a great video! I have been struggling with a question and so far this video is the closest I have come to getting an answer. I have been trying to make a photo gallery website using my own photos that I have stored on Google Photos. Do I need to go through this process in order to access my own photos so I can fetch them and use them on my site?

    • @lets-build-together
      @lets-build-together  Год назад +1

      Hey yes, go through the same process. Once you have the refresh token, save it somewhere in the app (Or database[Which I will explain in the next tutorial]) (ruclips.net/video/LD1geVz4B3o/видео.html), Then on load of the application call mediaItems and show all the URLs in your application.
      Also watch next 2 tutorials for little more understanding how I used this API with telegram bot, so you can use similar approach
      Please let me know if you are facing any issue

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

      @@lets-build-together I will try working on this today. Thanks alot!

  • @krishnanduranjnroy2321
    @krishnanduranjnroy2321 7 дней назад

    Can you please share the code.

  • @abhishek_ruby
    @abhishek_ruby Год назад +1

    Hey it's a good content 😊
    Have you know how to authenticate without oauth2 consent screen for Google Calendar api. Get access token and refresh token to create event in calendar and add attendance emails also

    • @lets-build-together
      @lets-build-together  Год назад

      Hey hi, thank you!
      I am not sure if you can get access to other accounts without consent screen. But if you want to simply access your information, you can try this service account
      stackoverflow.com/questions/236

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

    Hii
    I need to access google photos in Apps Script please help me 🙏🙏🙏