faileon
faileon
RRunPod
Created by faileon on 2/6/2025 in #⚡|serverless
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?
2 replies