Getting this error in make an api call module linkedIn
Looks like this is the same issue as LinkedIn connection: 403: Not enough permissions to access - #8 by alex.newpath
First, try adding the same connection to this similar module âCreate a User Text Postâ that needs the same authentication scope, and Make will prompt you to update your permission scope for your connection.
Hey @sachinkadam5
I think this will help you
It is not working for âmake an api callâ I want to create a Comment.
In that case, there are no suitable modules in the LinkedIn app that can possibly extend your LinkedIn Connectionâs scope on Make.
You will need to use the generic HTTP âMake an OAuth 2.0 Requestâ module, so you can define your own scope, as described in the LinkedIn Developer API documentation.
For more information, see Make an OAuth 2.0 request
Iâm sure others would agree that such a module (create a comment) is a nice feature to have.
You can submit this suggestion to the Idea exchange, under App improvement ideas.
Donât forget to search for it first, just in case someone already suggested it, so that you donât end up creating a duplicate.
@samliew
Exactly i already know there is not any module present in make for this so i am using make an api module & using endpoint from linkedIn API Docs anr body content as per given in the docs. from microsoft
and mapping the âpersonidâ & "ugcpost urn " which i am getting from my apify linkdin scrapping module.
But still getting the error
Yes, and like I mentioned, Make will not prompt you to extend the OAuth Scope when using the LinkedIn universal module like what you were trying to do.
The universal module did not work in this case, because when setting up your LinkedIn connection, Make did not request for all authorisation scopes, and you couldnât extend the scope with the module I told you to try above.
Therefore the workaround is the one I mentioned in my previous post to use the HTTP integration/app.
This is not a bug, itâs just an incomplete LinkedIn integration. You can submit this suggestion to the Idea exchange, under App improvement ideas.
As @samliew mentioned, create a âCreate a User Text Postâ module even though it doesnât do what you need it to do.
This module will request additional permissions from LinkedIn, which might be enough for you to then use âMake an API callâ successfully
I had a similar problem yesterday - âMake an API callâ doesnât request enough permissions from LinkedIn by itself. You first have to create and run some of the other LinkedIn modules to obtain the right permissions from LinkedIn. Then you should be all set.
If thereâs no module that can obtain the right permissions then I guess youâre stuckâŚ
Thatâs what I said, but @sachinkadam5 tried what I suggested, and said: