Hi. Trying to access Seatable Cloud API, getting permission denied error. Setup as instructed Account Token, still errors. Tried from Python, Web differnet endpoints, the same error. Any suggestion? My sample python script below:
url = “https://cloud.seatable.io/api/v2.1/workspace/19868/dtable/4HomeTV/access-token/”
headers = {
“accept”: “application/json”,
“authorization”: “Bearer xxxxxxxxxxxxxxxxxxxxxxxxxx”
}
response = requests.get(url, headers=headers)
print(response.text)
You probably use the wrong token.
Please read the corresponding section in https://api.seatable.io.
Got it to work, finally. Thanks for your help.
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.