Skip to main content

I am currently facing an issue while trying to release an extension created in Airtable using the "Block Release" command. I have encountered the following error: The block could not be found. Make sure your API key is correct and that you have access to the block.
Code: airtableApiBlockNotFound
I have verified that the blockId and baseId in the remote.json file are correct. Despite this, I am unable to proceed with the release. I believe I have the necessary access permissions, and my Access Token is accurate.
Here are the details of my configuration:

I got stuck on the same issue today.

As I was still using API keys, I had to create a personal access token before I could run `block release`
And that is what caused the issue, I forgot to add the scope "block:manage" while creating the personal access token.

Regenerating a new PAT with the scope block:manage included fixed the issue for me.


Reply