Anyone Else Experiencing “Internal Server Error” When Registering an Image?2019 Community Moderator ElectionProblems uploading images with “Share on LinkedIn”How do I consume Linked API v2?r_basicprofile for V2 apiBad request: Attempting to associate a ugc with an asset that's not owned by the authorMigrating to LinkedIn APIs V2 OR Updating LinkedIn permission settingsLinkedIn share callback Javascript SDK/API v2How to convert curl call with “-i --upload-file” into java Unirest or any other http request?LinkedIn V2 API error “Unpermitted fields present in PARAMETER” when including timeRange paramsHow to convert curl call with “-i --upload-file” into PHP?Does the LinkedIn UGC API contains all shares of a LinkedIn organization?Create an Image Share over LinkedIn API V2 not working
At what level can a dragon innately cast its spells?
Meaning of "SEVERA INDEOVI VAS" from 3rd Century slab
Rejected in 4th interview round citing insufficient years of experience
Should we release the security issues we found in our product as CVE or we can just update those on weekly release notes?
Is it true that real estate prices mainly go up?
How to simplify this time periods definition interface?
How to write cleanly even if my character uses expletive language?
Why are there 40 737 Max planes in flight when they have been grounded as not airworthy?
Replacing Windows 7 security updates with anti-virus?
Why does Deadpool say "You're welcome, Canada," after shooting Ryan Reynolds in the end credits?
Official degrees of earth’s rotation per day
Does this AnyDice function accurately calculate the number of ogres you make unconcious with three 4th-level castings of Sleep?
Does this property of comaximal ideals always holds?
2D counterpart of std::array in C++17
Sword in the Stone story where the sword was held in place by electromagnets
Why must traveling waves have the same amplitude to form a standing wave?
How do anti-virus programs start at Windows boot?
Informing my boss about remarks from a nasty colleague
What are some nice/clever ways to introduce the tonic's dominant seventh chord?
Could the Saturn V actually have launched astronauts around Venus?
Why do Australian milk farmers need to protest supermarkets' milk price?
When do we add an hyphen (-) to a complex adjective word?
An Accountant Seeks the Help of a Mathematician
Why using two cd commands in bash script does not execute the second command
Anyone Else Experiencing “Internal Server Error” When Registering an Image?
2019 Community Moderator ElectionProblems uploading images with “Share on LinkedIn”How do I consume Linked API v2?r_basicprofile for V2 apiBad request: Attempting to associate a ugc with an asset that's not owned by the authorMigrating to LinkedIn APIs V2 OR Updating LinkedIn permission settingsLinkedIn share callback Javascript SDK/API v2How to convert curl call with “-i --upload-file” into java Unirest or any other http request?LinkedIn V2 API error “Unpermitted fields present in PARAMETER” when including timeRange paramsHow to convert curl call with “-i --upload-file” into PHP?Does the LinkedIn UGC API contains all shares of a LinkedIn organization?Create an Image Share over LinkedIn API V2 not working
Is anyone else experiencing Internal Server Error when trying to register an image? I followed the instructions here (https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/consumer/context#create-an-image-share) and even tried on 2 apps but I get the same error.
I checked this https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/vector-asset-api#register-an-upload as well, even if it only pertains to uploading videos.
Things I made sure:
- content type = application/json
- X-Restli-Protocol-Version - 2.0.0
Am I missing something? Is there a specific permission needed for it?
EDIT for more info:
URL:
https://api.linkedin.com/v2/assets?action=registerUpload
Headers:
Authorization: Bearer <token_here>
X-Restli-Protocol-Version: 2.0.0
Content-Type: application/json
Body:
"registerUploadRequest":"recipes":["urn:li:digitalmediaRecipe:feedshare-image"],"owner":"urn: li:person:PERSONID","serviceRelationships":["relationshipType":"OWNER","identifier":"urn:li:userGeneratedContent"]
linkedin linkedin-api
add a comment |
Is anyone else experiencing Internal Server Error when trying to register an image? I followed the instructions here (https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/consumer/context#create-an-image-share) and even tried on 2 apps but I get the same error.
I checked this https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/vector-asset-api#register-an-upload as well, even if it only pertains to uploading videos.
Things I made sure:
- content type = application/json
- X-Restli-Protocol-Version - 2.0.0
Am I missing something? Is there a specific permission needed for it?
EDIT for more info:
URL:
https://api.linkedin.com/v2/assets?action=registerUpload
Headers:
Authorization: Bearer <token_here>
X-Restli-Protocol-Version: 2.0.0
Content-Type: application/json
Body:
"registerUploadRequest":"recipes":["urn:li:digitalmediaRecipe:feedshare-image"],"owner":"urn: li:person:PERSONID","serviceRelationships":["relationshipType":"OWNER","identifier":"urn:li:userGeneratedContent"]
linkedin linkedin-api
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago
add a comment |
Is anyone else experiencing Internal Server Error when trying to register an image? I followed the instructions here (https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/consumer/context#create-an-image-share) and even tried on 2 apps but I get the same error.
I checked this https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/vector-asset-api#register-an-upload as well, even if it only pertains to uploading videos.
Things I made sure:
- content type = application/json
- X-Restli-Protocol-Version - 2.0.0
Am I missing something? Is there a specific permission needed for it?
EDIT for more info:
URL:
https://api.linkedin.com/v2/assets?action=registerUpload
Headers:
Authorization: Bearer <token_here>
X-Restli-Protocol-Version: 2.0.0
Content-Type: application/json
Body:
"registerUploadRequest":"recipes":["urn:li:digitalmediaRecipe:feedshare-image"],"owner":"urn: li:person:PERSONID","serviceRelationships":["relationshipType":"OWNER","identifier":"urn:li:userGeneratedContent"]
linkedin linkedin-api
Is anyone else experiencing Internal Server Error when trying to register an image? I followed the instructions here (https://docs.microsoft.com/en-us/linkedin/consumer/integrations/self-serve/share-on-linkedin?context=linkedin/consumer/context#create-an-image-share) and even tried on 2 apps but I get the same error.
I checked this https://docs.microsoft.com/en-us/linkedin/marketing/integrations/community-management/shares/vector-asset-api#register-an-upload as well, even if it only pertains to uploading videos.
Things I made sure:
- content type = application/json
- X-Restli-Protocol-Version - 2.0.0
Am I missing something? Is there a specific permission needed for it?
EDIT for more info:
URL:
https://api.linkedin.com/v2/assets?action=registerUpload
Headers:
Authorization: Bearer <token_here>
X-Restli-Protocol-Version: 2.0.0
Content-Type: application/json
Body:
"registerUploadRequest":"recipes":["urn:li:digitalmediaRecipe:feedshare-image"],"owner":"urn: li:person:PERSONID","serviceRelationships":["relationshipType":"OWNER","identifier":"urn:li:userGeneratedContent"]
linkedin linkedin-api
linkedin linkedin-api
edited Mar 11 at 10:13
enpiarpi
asked Mar 7 at 12:30
enpiarpienpiarpi
112
112
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago
add a comment |
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55043850%2fanyone-else-experiencing-internal-server-error-when-registering-an-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55043850%2fanyone-else-experiencing-internal-server-error-when-registering-an-image%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try sharing your request url, headers, and body.
– Christopher Ou
Mar 7 at 18:53
Thanks @ChristopherOu edited the post now.
– enpiarpi
Mar 8 at 13:16
I don't think these are the same but if it helps even having uploaded I'm having problems stackoverflow.com/questions/55144091/…
– Ukuser32
yesterday
Hey @Ukuser32, I checked your post and am wondering how were you able to get past the registerupload part?
– enpiarpi
12 hours ago