Help

Re: Issue in Airtable extension Block Release

181 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Achuthan
4 - Data Explorer
4 - Data Explorer

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:

1 Reply 1
Nico_De_Ceulaer
5 - Automation Enthusiast
5 - Automation Enthusiast

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.