Is there a way to read and print the data in Cloud Functions from a csv file in Google Cloud Storage?
The Cloud Function API document only says things about downloading the object to your local machine.
I'm creating a fulfillment on dialogflow that will open and read some CSV file on Cloud storage via Cloud functions depending on the query of the user.