当我加热到api以下我得到以下错误?
https://jobs.googleapis.com/v2/companies?key=API_KEY
请求:
{
"displayName": "Test Display Name",
"distributorCompanyId": "123456",
"name": "Test Name",
"careerPageLink": "Test Career",
"companySize": 50,
"distributorBillingCompanyId": "Test Billing ",
"eeoText": "Test eeoText",
"hiringAgency": true,
"title": "Ordex Technology solutions",
"disableLocationOptimization": false
}
{
"error": {
"code": 403,
"message": "Tenant is not recognized or not allowed to access the method. Request ID for tracking: 20fea5c2-4299-4f58-8445-d0e99d1c3673:APAb7ITREz3q4gqybYf4qbwDwHkj+Klo4g==",
"status": "PERMISSION_DENIED"
}
}