Please share the following so we may better assist you:
- Project type (Object detection, Classification, Polygon, etc.)
Object detection - The operating system & browser you are using and their versions
REST API call any way : curl, chrome, firefox, postman. Just like this example : https://docs.roboflow.com/rest-api/workspace - The screenshot of the error being triggered in your browser’s developer tools/console. Please copy/paste the url below to watch how to pull up your devtools
This is a REST API call attempt : https://api.roboflow.com/roboflow?api_key=$ROBOFLOW_API_KEY
{
“error”: {
“message”: “This API key does not exist (or has been revoked).”,
“type”: “OAuthException”,
“hint”: “You may retrieve your API key via the Roboflow Dashboard. Go to Account > Roboflow Keys to retrieve yours.”,
“key”: “rf_ip7…M23”
}
}
The API Key is being copied directly from my account profile/dashboard & I refreshed a few times to make sure wasn’t expiration issue.