Hi,
I know this topic has already been discussed, but I do not find the solution to my problem.
I can retrieve datas from a csv document internally uploaded in the app ; this works.
But when a save the same file in google drive or in dropbox, I can't get the content.
The app builder here tells me "Cannot parse text argument to "list from csv table" as a CSV-formatted table".
Here are my blocks :
I've tried but to be honnest I don't know how to do.
The same structure with google drive address of my csv-doc gives the same kind of responsecontent.
Well ...
I've noticed a error, that I have corrected (columns instead of rows)
I have put in the program retrieval of a doc in google drive
and I have tried to add some labels so it becomes clearer what is what
... but I still have the message "Cannot parse text argument to "list from csv table" as a CSV-formatted table" and it obviously doesn't retrieve anything (though I don't have the big amount of text previously displayed).
In each of the web Got Text events, capture your responseContent for debugging BEFORE trying to convert it to a table. Don't give the event an excuse to die prematurely before you can capture the response.
In each of the web Got Text events, capture your responseContent for debugging BEFORE trying to convert it to a table. Don't give the event an excuse to die prematurely before you can capture the response.
I needed a wile to understand
ok, done : now I have for each ResponseContent (dropbox and google drive) the same kind of <!DOCTYPE ... text as before though there's much more for dropbox then for google drive (do you need me to make a hundred pics to show you the exact content ?)
Also check the sharing settings on your Dropbox file online ...
I made right-click and share link
or I could open it in dropbox :
google drive : share > everyone having the links can access (free translation from french)
I don't understand how to find the ID of the sheet as demonstrated here
I guess the dropbox problem is similar (some kind of anything in the late extentions of the sharelink name... but what ??) ... does anyone have an idea about it ?