[SalesForce] Bulk API: using Workbench InvalidSessionId (Unable to find session id)

I'm following this (Bulk Api) Trailhead, I have valid SessionId and when I try to authenticate I'm getting the following error:

I have created few records using the same SessionId and I know its a valid SessionId and I'm not sure what else is the issue here.

Error:

> exceptionCode: InvalidSessionId  
> exceptionMessage: Unable to find session id

Workbench:

enter image description here

Best Answer

enter image description hereSession id should be in same row in workbench request headers. Please make sure login to developer session and try with this

X-SFDC-Session:00D36000000qbjo!ARoAQKiXWkLN9KMUcrhH8J11saoMuhArYs8JiYpo.WmGWCmPCNrDFS8riEl08mXy.mwC5XgexaZvnRHMSwb27VHIHxjcKSYu

Thanks Suresh

Related Topic