Zoho Analytics "Bulk API - Import Data". MORE_THAN_MAX_LENGTH
I have encountered a problem with "Bulk API - Import Data", it return
- {
- "status": "failure",
- "summary": "MORE_THAN_MAX_LENGTH",
- "data": {
- "errorCode": 8507,
- "errorMessage": "The length of the parameter FILE is more than required length"
- }
- }
*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