- 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
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