Accessing Google Sheets from Next.JS

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ก.ย. 2024
  • Hello everyone! In this video, I have posted a tutorial on how to read google sheets into your Next project! This took tons of research and I spent a lot of hours on this, so hopefully, this condensed video makes the process much easier for you!
    You do need some prior knowledge of Next, but the documentation is great! nextjs.org/
    Google Cloud Platform: console.cloud....
    My Code: drive.google.c...
    If you found this helpful, don't forget to give a like to this video and subscribe to this channel! Additionally, don't forget to comment down so that I know which videos you're interested in me posting!
    Happy Coding! :)
    Web Development Playlist: • Web Development

ความคิดเห็น • 16

  • @riiya7928
    @riiya7928 ปีที่แล้ว

    Thank you so much! I hope more people see your videos.

  • @demarimiller769
    @demarimiller769 2 ปีที่แล้ว +1

    Super helpful. Thank you!

  • @DCamozlo
    @DCamozlo 9 หลายเดือนก่อน

    Helped me, very good video! Make more.

  • @totiruiz5913
    @totiruiz5913 2 ปีที่แล้ว

    Thank you for your help!

  • @neo5596
    @neo5596 5 หลายเดือนก่อน

    what if i have given access to someone else google spreadsheet and i want to read and display data in my website how do i do it?

  • @thjrq
    @thjrq 2 ปีที่แล้ว

    Thank you so much! ❤️

  • @AlejandraVargas-o2t
    @AlejandraVargas-o2t ปีที่แล้ว

    Thank you so much!

  • @songoku9558
    @songoku9558 2 หลายเดือนก่อน

    lovely

  • @adriLuk-g2g
    @adriLuk-g2g ปีที่แล้ว

    You are amazing

  • @SharadSingh-zy1jz
    @SharadSingh-zy1jz 8 หลายเดือนก่อน

    is this service is free from google cloud ?

  • @Misdar-developer
    @Misdar-developer 2 ปีที่แล้ว

    I like your voice

  • @jum_py
    @jum_py 2 ปีที่แล้ว

    Very helpful and well done... but maybe could be more helpful if you explain (or create a video about), how to have working https:localhost:3000/api/sheet.
    I solved the problem about htts, but I'm still looking for a solution to resolve getaddrinfo ENOTFOUND localhost issue.
    Hope you will, meantime thanks for your good work! 🙂

    • @the_whiz
      @the_whiz  2 ปีที่แล้ว

      did u copy my code? it may be because the api folder is typically used for fetching data, so you might want to change that to something else

    • @the_whiz
      @the_whiz  2 ปีที่แล้ว

      @Pissah shouldn't matter

    • @jum_py
      @jum_py ปีที่แล้ว

      @@the_whiz yes I copied your code. The problem on localhost is still alive, but I solved with a python api to get from sheet. But I would like to do all with Next js and without test in local, I'm not sure it could work...

    • @the_whiz
      @the_whiz  ปีที่แล้ว

      @@jum_py I dont think I understand the issue fully. So the fetching isn't working on localhost?