Simon Willison: TILs on googlecloud

Atom feed for googlecloud

googlecloud Reading thermometer temperatures over time from a video - 2023-04-02

Natalie has been experimenting with using a microwave as a kiln for pottery, specifically for Raku. …

googlecloud Workaround for google-github-actions/setup-gcloud errors - 2022-12-01

I used the google-github-actions/setup-gcloud action in all of my GitHub Actions workflows that deploy applications to Cloud Run. …

googlecloud Analyzing Google Cloud spend with Datasette - 2022-08-16

Google Cloud provide extremely finely grained billing, but you need to access it through BigQuery which I find quite inconvenient. …

googlecloud Recursively fetching metadata for all files in a Google Drive folder - 2022-02-16

For google-drive-to-sqlite I wanted a mechanism to recursively return metadata on every file in a specified Goole Drive folder. …

googlecloud Google OAuth for a CLI application - 2022-02-16

⚠️ The OOB flow described in this document has been scheduled for deprecation by Google. See issue #39 for notes on how to replace it. …

googlecloud Publishing to a public Google Cloud bucket with gsutil - 2021-09-20

I decided to publish static CSV files to accompany my https://cdc-vaccination-history.datasette.io/ project, using a Google Cloud bucket (see cdc-vaccination-history issue #9). …