Help

The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.

Error when trying to create new select option in SingleSelect field via API

Topic Labels: API
Solved
Jump to Solution
8528 3
cancel
Showing results for 
Search instead for 
Did you mean: 
BionicAlmog
4 - Data Explorer
4 - Data Explorer

Hi,

I'm working with the API, and when trying to create or update a SingleSelect field with a new select option, which was not exist, I get the following error:

{"error":{"type":"INVALID_MULTIPLE_CHOICE_OPTIONS","message":"Insufficient permissions to create new select option \"\"v0.65.1\"\""}}%

I set my personal API key with all of the available permission, i tried editing the field's permissions and set it with:

* Allow this field to be set in records created through forms

* Allow this field to be modified by automations

but it didn't work.

I didn't find anything useful in the API docs. 
Can anyone help? 

1 Solution
3 Replies 3
Andrey_Kovalev
8 - Airtable Astronomer
8 - Airtable Astronomer

@BionicAlmog Hi, here is the thread discussing a similar issue. Maybe it's worth reading.

https://community.airtable.com/t5/development-apis/how-can-i-prevent-the-quot-invalid-multiple-choic...

Hi Andrey,

Thanks for replying!

How can i add "{typecast: true}" when Querying in curl via bash? Can you send an example? i didn't found any in the docs or in the forums.