Read a text file from Google Drive

How can I access to a text file content from Google Drive

:footprints: It used to work in integromat until last week

In my previous scenario, I used an older version of the Google Drive module.
By connecting to my Google Drive account, I was able to identify new JSON files and then to process their text content.

I accessed the file data from the GoogleDrive.DATA output (JSON Content)

But now that I want to update to the new version of Google Drive module, the “Data” output that referred to the file content doesn’t seem to exist anymore.

What would you use to get the JSON string of the Google Drive file ?

Thank you for helping.

Baptiste

@Baptiste If you use the “Download a file” module just after your watch module you can get the data out of the file.

2 Likes

Thank you,
Just needed one more step…
It works now.

2 Likes