Google Colaboratory 中的身份验证错误

Authentication error in Google Colaboratory

我正在尝试 运行 colab 示例中提供的大查询 sample。但我总是从 gcp 中收到以下错误(为项目启用了计费)。在 oauth 选项卡中单击并批准所有必需的权限。对此问题的一些见解将会有所帮助。

import pandas as pd
project_id = 'my-project-id-178304'
from google.colab import auth
auth.authenticate_user()

WARNING:google.auth._default:No project ID could be determined from the credentials at GOOGLE_APPLICATION_CREDENTIALS Consider setting the GOOGLE_CLOUD_PROJECT environment variable

这只是一个警告,(在这种情况下)完全无害。

幸运的是,已经fixed upstream