How to get bulk write to work as expected
I need to move data from our systems into Zoho. I have created a sandbox to test the usage of migrating our data to Zoho and confirmed everything worked there. When attempting to do the same with our production CRM I was met with an error saying Zoho cannot find the file ID. The exact error is as follows:
{\"status\":\"error\",\"code\":\"FILE_NOT_FOUND\",\"message\":\"File not found. for bulk write\",\"details\":{}}
I have confirmed that the files (Zipped CSV files) do in fact get uploaded and Zoho returns an ID for the bulk writing, however I always get this error when attempting to get the Bulk Write Api to use them. This only occurs in production, however in the sandbox it works as intended.