Learn the Airtable API + New Updates for 2023

Sdílet
Vložit
  • čas přidán 17. 07. 2024

Komentáře • 20

  • @barkingchicken
    @barkingchicken Před rokem +1

    Thanks for putting this together.

  • @GregorSchafrothAI
    @GregorSchafrothAI Před 4 měsíci

    Great video, thanks!
    When writing the post request make sure to remove 'id' and 'createdTime', otherwise you just get an error :)

  • @TheodoreRavindranath
    @TheodoreRavindranath Před 4 měsíci

    Great video! Thanks!

  • @gleefan211
    @gleefan211 Před 8 měsíci +1

    Hi Daniel! Im having trouble with POST, I receive a 403 forbidden status code. I have put in the API and i am the owner of the table. Do you have any idea of what might be happening?

  • @NetZeroEarth
    @NetZeroEarth Před rokem

    Hi Daniel thank you for this information! I need your insight on how to load an Airtable with a really large csv file. Any insight on this or should we setup a 📞?

    • @danleeman
      @danleeman  Před rokem

      Hi Jamall, thank you for watching!
      Historically, I have only been aware of Airtable's ability to create 10 records with a single API call (with a rate limit of 5 calls/second) so you'd be able to theoretically create 3k records/minute.
      However, since this video was created, I just saw a new Beta endpoint available here! airtable.com/developers/web/api/post-sync-api-endpoint
      I haven't had the opportunity to test it out yet, but I think it may be exactly what you are looking for with a large CSV file.

  • @kojo.
    @kojo. Před rokem +1

    I HAVE A HUGE DATABASE WITH MANY TABLES IN IT. CURRENTLY IM ONLY ABLE TO EXPORT TABLES ONE BY ONE,
    IS THERE A SIMPLE WAY TO GET ALL RECORDS FROM TABLES USING PYHON AND WRITE TO DATAFRAME ?

  • @user-du5rg4em6i
    @user-du5rg4em6i Před rokem

    hi dan, any idea on how to get all tables from airtable using synapse ?

    • @kojo.
      @kojo. Před rokem

      did you get any help or solution...i need same solution too

  • @finneyosajere5300
    @finneyosajere5300 Před 2 měsíci

    I still get authentication required even after following all your steps, what is it that I'm get wrong

  • @VaskenBakalian
    @VaskenBakalian Před rokem

    May we connect Airtable and Webflow with the APIs?
    Some magic could be done by mixing those 2!

    • @danleeman
      @danleeman  Před rokem +1

      Yep, you certainly could! That's what tools like www.whalesync.com/ and www.powerimporter.com/airtable-webflow-sync are specializing in, but I'm sure you could roll your own if you wanted to.

  • @TheOldRuss
    @TheOldRuss Před rokem

    May we connect Airtable and Node-Red with the APIs?

    • @danleeman
      @danleeman  Před rokem

      Haven't tested it, but looks like it flows.nodered.org/node/node-red-contrib-airtable

  • @prestigelock
    @prestigelock Před 7 měsíci +1

    Is the metadata editable or read only?

    • @danleeman
      @danleeman  Před 7 měsíci

      Yes, there is a metadata API you can use

  • @aymanaljabiri9081
    @aymanaljabiri9081 Před rokem

    ❤️🧡🧡🧡🧡

  • @RudeBoi49
    @RudeBoi49 Před 3 měsíci

    This video video doesn't show how you set the API/Personal Access Token in the code

  • @6BEEP9
    @6BEEP9 Před 11 měsíci

    airtable is garbage, atleast, for programmers. SQL in any way shape or form is superior.

    • @danleeman
      @danleeman  Před 11 měsíci +1

      Most SaaS solutions you're not getting full SQL access to, not really unique to Airtable