linkedin-developers / linkedin-api-js-client

LinkedIn API JavaScript Client Library
Other
75 stars 16 forks source link

Method 'POST' is not supported for URI '/assets?action=registerUpload&fields=mediaArtifact,uploadMechanism,asset' #26

Open ClementChauveau opened 4 months ago

ClementChauveau commented 4 months ago

Hello, Thanks for your work.

I'm having a problem saving media for an article. I followed the instructions in the linkedin doc with the example, but when I tried to use url, I got this error message: "Method 'POST' is not supported for URI '/assets?action=registerUpload&fields=mediaArtifact,uploadMechanism,asset'".

LOG_SCREEN

CODE_SCREEN

There is a solution?