Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

HttpService + Google Spreadsheets = ?

Asked by 9 years ago

I've been working recently with HttpService, sending Get requests, all that jazz; and recently I've tried a way of "scraping" roblox's website through google spreadsheet's importxml function, weirdly I'm also having trouble with displaying all of the information importxml has to offer; but that's not what I'm asking help on.

My question is- **how would I send a GetAsync request to a google spreadsheet if authentication is required? ** From the most basic script I've got

local h = httpservice:GetAsync('https://www.googlespreadsheetnameurlhereblabla.com")
print(h)

0
Forgot to write- the error I'm getting currently is a "Not Found" error, and that isn't addressed on the wiki.roblox.com page for HttpService errors. TinpotOps 0 — 9y
0
You may want to look at the API documentation of Google Spreadsheets, which can be found here: https://developers.google.com/google-apps/spreadsheets/ Spongocardo 1991 — 9y
0
Why are you using Google Spreadsheets? BlueTaslem 18071 — 9y
0
I'm using Google Spreadsheets because it's easy and free to use rather than some scraping website or program that I'd have to manually install, set up, do all this work here and there. TinpotOps 0 — 9y

Answer this question