I'm trying to make a recurrent call trough API to keep the backups files but can't save the file.
Today I know that only the main file is available trough API Call, the attached files can't be downloaded.
So far I managed to create the backup, check the status and get the file but reading or saving the file is giving me a hard time.
I'am using googlescript.
Creating backup: "https://www.zohoapis.com/crm/bulk/v2/read"
Reading status: "https://www.zohoapis.com/crm/bulk/v2/read/"+id
Get file "https://www.zohoapis.com/crm/bulk/v2/read/"=id+"/result"
The response should be a CSV file , but i cant read it, any clue?