Drive a REST API from a Google Sheet

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

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

  • @googlecloudtech
    @googlecloudtech  4 года назад +2

    Tune into our #AskGoogleCloud premiere on Friday, March 12 10AM PT for a chance to ask Google Cloud’s serverless experts any questions regarding serverless architectures → goo.gle/3tnTgOL
    Get $300 and start running workloads for free → goo.gle/3qbhDxS

    • @timsecond
      @timsecond 4 года назад +1

      @@TechinStudio Agree. It'd be nice if they accept PayPal.

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

    Is there a tutorial, example or documentation of how one can make calls to Sheets API while developing locally? I CANNOT seem to figure it out. Interestingly enough, I am able to access Sheets data if I use Cloud Shell or deploy my application on Cloud Run, but all my attempts to do test locally have failed. FYI, I'm using gcloud SDK

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

      Service account impersonation may be what you are looking for. In the document "Use service account impersonation" there is a section titled "Set up Application Default Credentials for using client libraries". I have used it to access Firestore from my local machine. It may work with the Sheets API too. Let us know how it goes!

  • @georgesel-hage4545
    @georgesel-hage4545 4 года назад +4

    Wow that was very clear!

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

    I have a rest API of salesforce and I want to push data from spreadsheet to that API, could someoe guide me?

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

      Do you want to run this job unattended on a schedule? If so check out our video "Introducing Cloud Run Jobs" for a good way of doing it. Combine that with the code you see here for reading Google Sheets, and you'll be in a good starting place.

  • @Kanra951
    @Kanra951 3 года назад

    Is it only read access? What about writing and modifying the sheet?

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

      You can use the client library to write to sheets as well. We didn't include that because we wanted to keep the video short and simple. Search for "google sheets api" and you will find example code for writing.

  • @hafizumar8749
    @hafizumar8749 4 года назад +2

    I have done those types of integrations already for different clients 😊

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

    Interesting stuff!

  • @alexpalau5350
    @alexpalau5350 4 года назад

    really handy for people who always work with excel files

  • @CLAUDIOSANTOS-ud7wz
    @CLAUDIOSANTOS-ud7wz 2 года назад

    atuação de milhões

  • @patrickreece7323
    @patrickreece7323 3 года назад

    Is there any reason you couldn't use Cloud Functions for this instead of Run?

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

      Good point. We could just as easily have used Cloud Functions, or App Engine. Cloud Run, Cloud Functions, and App Engine are all serverless and work really well. Which one you use is largely personal preference.

  • @iainhmunro
    @iainhmunro 3 года назад +1

    Would have been nice if they had shown you how to implement the code.

    • @chrissieboy15
      @chrissieboy15 3 года назад +1

      full code of the case is in the link in the description

  • @lighttheoryllc4337
    @lighttheoryllc4337 4 года назад +1

    They have to force the dialog
    SAD

  • @safwankanniyath7694
    @safwankanniyath7694 4 года назад

    wow

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

    Cute