You do not have permission to perform this action.

Hello everyone, trying to access my serverless function, but I just can't get it to work...
curl --location 'https://api.runpod.ai/v2/<endpoint-id>/runsync' \
--header 'Authorization: Bearer rpa_VPG4....' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"text": {
"data": [
"Hello world"
],
"options": {
"batch_size": 4
}
},
"image": {
"data": [],
"options": {
"batch_size": 1
}
}
}
}
curl --location 'https://api.runpod.ai/v2/<endpoint-id>/runsync' \
--header 'Authorization: Bearer rpa_VPG4....' \
--header 'Content-Type: application/json' \
--data '{
"input": {
"text": {
"data": [
"Hello world"
],
"options": {
"batch_size": 4
}
},
"image": {
"data": [],
"options": {
"batch_size": 1
}
}
}
}
Return a 403 Forbidden with payload {"error":"You do not have permission to perform this action."}. I have created an API Key with full access... anyone can please help me troubleshoot?
1 Reply
faileon
faileonOP4w ago
nevermind it works now, it just took some time to propagate...

Did you find this page helpful?