|
|
|
|
|
by pier25
2235 days ago
|
|
I used that approach for a reporting system and it worked pretty well. It was easy to hit the sheets api rate limit but it was just a matter of waiting a bit between requests. The node script was triggered hourly with Heroku scheduler. |
|