I am trying to download and share a google sheet file and it is generated blank, without information.
Thanks
I am trying to download and share a google sheet file and it is generated blank, without information.
Thanks
Show the raw responseContent you got back from Web1.
It seems you're missing a slash there:
To download it like a file you need the same Url, but with the SaveResponse option enabled. For the file name you have in Web component a property "ResponseFileName".
what happens if you put that url in a browser?
Anyway, that second error (when you place the slash and the url is right) means that you are trying to recover a very large data. Do you really need that range?
That 1000 row range looks excessive.
Just ask for the entire sheet, and see what arrives.
Never seen that before so tested. I added data of 12 columns and 1000 rows.
This was returned just fine in my test, and the created file is shared successfully.
How many characters do you have in each cell, a lot ?
My test csv file is @ 100kb, the google sheet is only 56kb.
Also, it is not obvious why you are downloading the data twice ?
Would you care to share a link to your spreadsheet?
This app can download and share the sheet as a CSV file chunk of text:
Run it on your phone, and a list of apps will pop up begging to import your data.
If you want to search or update the sheet online, see
If you want to carry around and search the sheet, see
Be aware that CSV means Comma Separated Values, a common text format for tables.
Guys, thank you all very much, the blocks that allowed me what I needed were the following.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.