Hi,
I have created a timeline chart using google visualization that pulls data from a private google sheet.
I'd like to share this timeline with other people in my organization. When me or anyone tries to access it now when the sheet is set to private I get an access_denied error.
My data is connected like so:
query.send(handleQueryResponse);
I get an error saying:
I've read the documentation but everything on stackoverflow is from 2011 and is outdated.
The examples here are not clear:
Thank you