function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
OpenStreetMapOpenStreetMap 

Bulk API request using access token

Hi All,

 

I am using access token for bulk api request

 

req.setHeader('Authorization', 'OAuth 00D90000000nOZP!ARwAQJ6Y9P_fWr173CV5ezq9.DX_dVeyHh6U.k5Tr_WYbPqPf4YDYMASZaJzbNChthWuM1f9QF0vsVZufAJdv1JRIdODmy2i'
    );

 

It is returning invalid session id . Cannot we use access token instead of session id in bulk request .

 

Regards,

Neha

Mohith Kumar ShrivastavaMohith Kumar Shrivastava

http://salesforce.stackexchange.com/questions/15757/confused-about-the-api-options-to

 

Its only possible through the method mentioned in above post .I hope that clarifies .