如何在 Google Data Studio 中显示云存储托管的图像?
How can I display cloud storage hosted images in Google Data Studio?
我希望生成包含图像网格及其元数据的 Data Studio 报告。这些图像存储在 Google Cloud Storage 存储桶中。此存储桶必须是安全的,即不对所有用户开放。
有什么方法可以将此存储桶连接到 Data Studio 中吗?
Google 云存储连接器似乎只允许我从那里访问 csv 文件,图像控件需要一个 URL,我不知道如何从存储桶中获取它,当然反正过不了安检
我有一个安全的云 MySQL 数据库并且在报告中有效。
根据 official documentation, the Google Cloud Storage connector can only handle files of tabular data in CSV format. This means that it does not support what you are intending to do. As for the URL, you must use the IMAGE function,但必须将权限设置为 allUsers,因此很遗憾,这对您也没有帮助。
我建议在 official community help forum 中提问,看看是否有人可以针对您的用例提供解决方法。
我希望生成包含图像网格及其元数据的 Data Studio 报告。这些图像存储在 Google Cloud Storage 存储桶中。此存储桶必须是安全的,即不对所有用户开放。
有什么方法可以将此存储桶连接到 Data Studio 中吗?
Google 云存储连接器似乎只允许我从那里访问 csv 文件,图像控件需要一个 URL,我不知道如何从存储桶中获取它,当然反正过不了安检
我有一个安全的云 MySQL 数据库并且在报告中有效。
根据 official documentation, the Google Cloud Storage connector can only handle files of tabular data in CSV format. This means that it does not support what you are intending to do. As for the URL, you must use the IMAGE function,但必须将权限设置为 allUsers,因此很遗憾,这对您也没有帮助。
我建议在 official community help forum 中提问,看看是否有人可以针对您的用例提供解决方法。