This repository was archived by the owner on May 5, 2025. It is now read-only.
Developer token auth doesnt work anymore #177
Open
Description
- Cortex Data Lake Python SDK version: Latest
- Python version: 3.7
- Operating System: Mac
Description
The developer token authorization no longer works. You get a 400 Bad Request.
{
"msg": "Refresh operation failed: Token refresh failed: {"error_description":"unknown, invalid, or expired refresh token","error":"invalid_grant"}"
}
What I Did
curl -H "Authorization: Bearer $PAN_DEVELOPER_TOKEN" -X POST https://app.apiexplorer.rocks/request_token
Metadata
Metadata
Assignees
Labels
No labels