I have been looking all over the docs ( for hours ) can't find what I'm supposed to do to retrieve a (public - owned by me) spreadsheet document to parse and display on the page .
edit 1
I figured out how to make the request but getting a 403 err
{
"error": {
"code": 403,
"message": "The request is missing a valid API key.",
"status": "PERMISSION_DENIED"
}
}
how to attach my api key to the request ??