一度あることは2度あるからしっかりとPCと奮闘メモ日記

日々の実話に基づいて検索してもズバリがなかったものを綴っていきます。

GCP

サービスアカウント BigQueryのデータセットだけに権限を付与する

BigQuery 特定のデータセットのみにサービスアカウントでアクセスしたい場合。 公式サイトの説明は少しわかりづらかったのでここでメモします。 データセットへのアクセスの制御 | BigQuery | Google Cloud 結論 ①データセットの共有→権限で付与 ②サービスア…

Cloud Functionsの開発環境Function Frameworkの使い方について(初心者用)

GCP

Cloud Functionsの開発環境Function Frameworkの使い方について(初心者用)

GCP Cloud Source Repositories Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists.

GCP

GCP Cloud Source Repositories ローカルGitリポジトリからコードをpush したところ git push --all google で以下のエラーが Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access…