You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been having a little bit of an issue with this package. I've managed to figure out why it's happening. I think.
I'm trying to request too many worksheets at once (from what I can see). It might be worth throttling the number of requests made somehow. I've just put in a random delay to solve it for me but there's a probably a better way of doing it.
The text was updated successfully, but these errors were encountered:
I'm using a Google Service Account to authenticate. My Doc has 65 spreadsheets in it! Which I know is a lot and definitely not common, but it made sense for my project.
Here's the code. I actually ended up just passing in a list of sheets before any requests as the names are predictable in this case. I then fetched them one by one and waited for a response before continuing. It gets the job done, but it massively slows fetching down.
I'd understand if this is something you wouldn't want the package to support. It could easily be considered a weird edge case.
I've been having a little bit of an issue with this package. I've managed to figure out why it's happening. I think.
I'm trying to request too many worksheets at once (from what I can see). It might be worth throttling the number of requests made somehow. I've just put in a random delay to solve it for me but there's a probably a better way of doing it.
The text was updated successfully, but these errors were encountered: