kellpossible / avalanche-report

A simple self-hosted web server for creating and managing an avalanche forecast for a region, along with accepting public observations.
GNU Affero General Public License v3.0
21 stars 2 forks source link

Cache Google Drive Downloads #15

Closed kellpossible closed 9 months ago

kellpossible commented 1 year ago

We can use the following APIs to check whether a file has been updated, and use a cached version:

This will help prevent hitting any limit on the Google Drive downloads for my account. This will also allow us to remove the use of the Google Drive ID for the forecast PDF file URL.