Reputation: 1
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