Zoho Analytics "Bulk API - Import Data". MORE_THAN_MAX_LENGTH

Zoho Analytics "Bulk API - Import Data". MORE_THAN_MAX_LENGTH

I have encountered a problem with "Bulk API - Import Data", it return
  1. {
  2.     "status": "failure",
  3.     "summary": "MORE_THAN_MAX_LENGTH",
  4.     "data": {
  5.         "errorCode": 8507,
  6.         "errorMessage": "The length of the parameter FILE is more than required length"
  7.     }
  8. }
*the file i upload is 4kb (the limit is 20mb)

After a small research i have found that it conflict with .csv files downloaded from play market analytic.
If i uplaod a created manually  .csv file, it working fine. But when i try to upload file downloaded from google storgae it return MORE_THAN_MAX_LENGTH.

* I tried it both via code and through postman, same issue