LinkedIn API rest/shares ACCESS_DENIED. Not enough permissions to access: sharesV2.FINDER-owners - linkedin

I'm getting the below error message when using the Linkedin-Version 202212. Also, it doesn't work with 202301. However, using 202211 is fine without any issue.
API EndPoint: https://api.linkedin.com/rest/shares
"status": 403,
"serviceErrorCode": 100,
"code": "ACCESS_DENIED",
"message": "Not enough permissions to access: sharesV2.FINDER-owners.20221201"

Related

getting Amadeus API Error in WordPress : 403 forbidden, code: 35283

I'm new to Amadeus development. I'm using Amadeus Self service API's to get flights search from searched term. Everything used to work fine, but from today, if i call an api, I'm receiving error 403 forbidden.
{
"errors": [
{
"status": 403,
"code": 35283,
"title": "FORBIDDEN",
"detail": "Incorrect user, no configuration found"
}
] }
I have tried to with different api keys.
Any answers much appreciated.

Linkedin company page post not working via linkedin API

Authentication and profile post posting working well when post in company page give below error
Response: 500 Internal Server Error
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "DBF51M03PY",
"status": 500,
"timestamp": 1532353548757
}
is there any change in API? Anyone face same issue? Same code working 2-3 days ago.
https://api.linkedin.com/v1/companies/" + companyPageId + "/shares?format=json

Linkedin 401 "Unknown authentication scheme" Javascript SDK Auth

1 of every 4 times we try to log in via the LinkedIn API we receive the following error.
It is quite strange because after we refresh the browser and run the auth call again it works. Any ideas?
{
"errorCode": 0,
"message": "Unknown authentication scheme",
"requestId": "9VFCEA1OLH",
"status": 401,
"timestamp": 1523873487174
}
Image

google translate api v2 response with code 403 and reason 'dailyLimitExceeded'

I have billing account 'Z' connected with project 'X' and google translate api enabled for this project.
Trying to perform GET request
https://www.googleapis.com/language/translate/v2?key={my_key}&q=hello&source=en&target=ru
got output:
{
"error": {
"code": 403,
"message": "Daily Limit Exceeded",
"errors": [
{
"message": "Daily Limit Exceeded",
"domain": "usageLimits",
"reason": "dailyLimitExceeded"
}
]
}
tried to generate another api key, all in vein, api key has no restrictions.
This is a known issue that should have been Fixed as of now, please try again to see if you're still seeing this issue and re-open the Issue #70990743 if necessary.

linkedin API company stats internal server error

I recieved an error from Linkedin API /company-statistics.
I was using apigee console, launching this API https://api.linkedin.com/v1/companies/2414183/company-statistics?format=json. and I get the following response:
{
"errorCode": 0,
"message": "Internal service error",
"requestId": "3D4B9V007S",
"status": 500,
"timestamp": 1464778594404
}
Plesa advise as soon as possible
I answered this question here.
This error seems to be related to the "test" company with id
"2414183".
I had the same issue but when i used the same command with my company
ID, I received a well formed JSON in response with all statistics.

Resources