[SalesForce] ContentDocumentLink Throws an error using ContentVersion Object “ContentDocument ID: id value of incorrect type”

today i'm trying to upload some files to SF using Content objects. I already uploaded the ContentVersion record and the image is in SF now. The problem is when i try to upload the ContentDocumentLink record i get the error ContentDocument ID: id value of incorrect type: .

I was following this

https://help.salesforce.com/articleView?id=000314772&type=1&mode=1

But when the dataloader ends, there is the error. I remember that like one or two months ago i uploaded a lot of files but i think that i used ContentDocument instead ContentVersion.

Anybody has the same error?

Thanks in Advance

Best Answer

After creating both the ContentDocument and ContentVersion Records. You should be able to pull the ContentDocument's contentDocumentId and use that for the ContentDocumentLink's contentDocumentId.

Can you share an example screen capture?