I cannot seem to find any type of documentation regarding connecting to SheetDB. Am I missing something? When I address the Auth Setup info, I keep trying Header with the Bearer Token but I keep getting authorization errors.
Hello,
To connect to SheetDB and resolve authorization errors:
- Bearer Token: Ensure you have the correct token from the settings tab of your API.
- Header Format: Use the correct header format:
Authorization: Bearer {your_token}
. - API Key: Include the API key in your request URL if needed.
- Error Codes: Check for
401 Unauthorized
errors and ensure credentials are correct.