Bulk Write APIs: Step 3 returns "FILE_NOT_SUPPORTED" 400 Bad Request

Bulk Write APIs: Step 3 returns "FILE_NOT_SUPPORTED" 400 Bad Request

Hello. 
I am trying to upload data to Zoho using the Bulk Write APIs. So far, I've successfully uploaded zipped .csv file and received the file ID. When I try to implement Step 3: Create a bulk write job,  I get 400 response:
  1. {
        "status""error",
        "code""FILE_NOT_SUPPORTED",
        "message""File not supported for bulk write",
        "details": {}
    }
What I do wrong?

Here is the request I send:
  1. { "operation" : "insert", "callback" : { "url" : <my callback URL>, "method" : "post" }, "resource" : [ { "type" : "data", "module" : "Leads", "file_id" : "4197230000000587001", "field_mappings" : [ { "api_name" : "City", "index" : 1 }, { "api_name" : "Company", "index" : 2 }, { "api_name" : "Email", "index" : 3 }, { "api_name" : "First_Name", "index" : 4 }, { "api_name" : "Last_Name", "index" : 5 } ] } ] }

    • Sticky Posts

    • Kaizen #217 - Actions APIs : Tasks

      Welcome to another week of Kaizen! In last week's post we discussed Email Notifications APIs which act as the link between your Workflow automations and you. We have discussed how Zylker Cloud Services uses Email Notifications API in their custom dashboard.
    • Kaizen #216 - Actions APIs : Email Notifications

      Welcome to another week of Kaizen! For the last three weeks, we have been discussing Zylker's workflows. We successfully updated a dormant workflow, built a new one from the ground up and more. But our work is not finished—these automated processes are
    • Kaizen #152 - Client Script Support for the new Canvas Record Forms

      Hello everyone! Have you ever wanted to trigger actions on click of a canvas button, icon, or text mandatory forms in Create/Edit and Clone Pages? Have you ever wanted to control how elements behave on the new Canvas Record Forms? This can be achieved
    • Kaizen #142: How to Navigate to Another Page in Zoho CRM using Client Script

      Hello everyone! Welcome back to another exciting Kaizen post. In this post, let us see how you can you navigate to different Pages using Client Script. In this Kaizen post, Need to Navigate to different Pages Client Script ZDKs related to navigation A.
    • Kaizen #210 - Answering your Questions | Event Management System using ZDK CLI

      Hello Everyone, Welcome back to yet another post in the Kaizen Series! As you already may know, for the Kaizen #200 milestone, we asked for your feedback and many of you suggested topics for us to discuss. We have been writing on these topics over the