We have been working on a custom block to write data from airtable into the Sanity CND with great success. We were able to use the record ID’s from airtable as the ID’s in Sanity.
Now we are attempting the reverse with a GET request and this has been...
I am attempting to log my air table users into the Sanity.io using API token for authentication but I can’t find a setting to store the token safely in airtable. Do I need to build passport.js with third party authentication or am I missing something...
When using Sanity it’s really important all of our entires in our base have unique id’s not just on tables but in the base itself. Are the id’s for the entry unique to the table or the base?
Using this tutorial there is a small error that we got stuck on in part 4.
Airtable
Airtable | Everyone's app platform
Airtable is a low-code platform for building collaborative apps. Customize your workflow, collabor...
Ok thanks! I have one other question maybe you can help with. I need to find the http: URL for my block example https://devblock–zbxp-ed-pw-y1yp1-x–00474so.airtableblocks.com I am using this to authorize Sanity. Previously I got this from the console...
I am actually coming across the same issue. I would like a place to store API keys as for our service we can’t do something like set up passport.js to run third party authentication as we don’t pay for enterprise level.
Not sure if passport.js will h...
I am not really sure with the custom blocks. It’s new to me I am still wrapping my head around it. Usually we are very careful with our API access and run it only in .env adding that information to a platform like Netlify or Heroku etc is easy they h...
What I need is a way to store a bot Authorization: Bearer so my users that use my custom block can log into the data set and update this data using airtable. I added this beta but it looks like it just running JS inside the airtable itself vs. custo...