Attach Zoho Workdrive folder to Deal using Deluge

Attach Zoho Workdrive folder to Deal using Deluge

Hi

I can attach a new file to a Deal using deluge function: 

  1. file1 = invokeurl
  2. [
  3. url :"https://workdrive.zoho.com/api/v1/download/xxxyyyzzz"
  4. type :GET
  5. connection:"zoho_workdrive"
  6. ];
  7. upload1 = zoho.crm.attachFile("Deals",deal_id,file1); 
where xxxyyyzzz is the file ID.  This code works fine. 

Is there a way to add Zoho Workdrive folder to attachments using Deluge? 

Thanks in advance