How to read a file from workdrive

How to read a file from workdrive

How should I read a file with deluge from zoho workdrive? ( more specific a json file? )

fileVariable = invokeUrl
[
    url :"https://workdrive.zoho.xxxxxx"
    type: GET
    connection:"workdriveconnection"
];

is working, but i not succeed in getting the file content.

Please advice