Hello I’m new with Seatable, we’re studying the possibility to switch from Airtable to Seatable in my company but so far I’m having some doubts because the API seams so complicated.
Like now I’m having an Admin account trying to list all the plugins https://cloud.seatable.io/api/v2.1/admin/dtable-system-plugins/
I’m using an Account-Token to authenticate BUT I’m getting 403:
{
“detail”: “You do not have permission to perform this action.”
}
And it’s the same for all the ACCOUNT OPERATIONS: SYSTEM ADMIN endpoints.
So does any faced the same issue ? or Any Seatable admins can help me , because honestly I’m finding Seatable more complicated than Airtable:/
Please post here the API call to obtain the token and the call to query the installed plugins. (Remove any secrets from the calls.) More info will elicit more specific responses.
A few general thoughts:
If you haven’t read the section on authentication in the API documentation, please do: Authentication
As you haven’t specified the system you use (SeaTable Cloud vs. self-hosted), it is unclear if you need to take account of this configuration change:
Hello I’m using the SeaTable Cloud.
Like I create a custom plugin on my local and test it than I packaged it and I want to use it on the SeaTable cloud but I’m not sure I need to have the On-Premises version to do that.
PS: Im using directly the web API Reference “Introduction”
And alos I used the Postman:
Thank for your answer, we’re switching to the On-Premises so we can test all the functionalities of SeaTable in order to make the decision of migrating from Airtable
Thanks again for herlp