Остап Вовк
Остап Вовк

Reputation: 1

Get List of File from google drive use zoho deluge function

I created connection in zoho crm (Setup ->Connections ->Google https://www.googleapis.com/auth/drive.file) but when I push request

apiUrl = "https://www.googleapis.com/drive/v3/files";
response = invokeurl
[
    url : apiUrl
    type : GET
    connection : "gdrive_connection"
];
info response;

I get nothing

{"kind":"drive#fileList","incompleteSearch":false,"files":[]}

but I have some files on disk

tried to create a file with Zoho - it worked, the file was saved on the disk, and it is this file that is only found after that

Upvotes: 0

Views: 69

Answers (0)

Related Questions