I've been doing some work with the batch APIs and came across this error message invalid_async_job_id.
I've only come across this error when I've had to refresh my token. I send my request to create a folder batch. I get my my job id : dbjid:AAApl4cr-f5ZVygtd8uOfADUlX1ztpq6R8vHe44N5wluGqoSRmIR-LuwCFW4hwKXQggXsdVm6GmXZz_Fa7f4Lhgc
I make a request to createfolderbatchcheck with the job is, it fails intially with expired_access_token. I get a new token and make another request to createfolderbatchcheck with my job id and new token and get the above error.
No folders get created either, I would of thought by having a job id these would of been created regardless of checking the status of the job
Do i need to do anything else?
Thanks