Export view to Excel via API returns "Invalid token"

Hi

I’ve tried to export a view via API as described under SeaTable API Reference

I followed the instructions, tested with Postman and curl, but I get everytime the response

{
    "detail": "Invalid token"
}

Is there a problem with this function or what I am doing wrong?

The error message is clear: “Invalid token.”

Please make sure you use the right token. SeaTable distinguishes between “auth token” and “base access token”

Hi
I know about the difference of the token. The auth token can be generated for a base and is the master key. It is also used to generate the base access token. I have tried with both token and both didn’t work. Same error message.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.