我在谷歌云中有一个数据仓库,我的数据在谷歌驱动器上是excel格式的,我想自动将数据从谷歌驱动器导入到谷歌云sql数据仓库中。我该怎么做呢?请帮帮我。
发布于 2016-08-12 23:35:09
您需要编写一个程序来列出您的Drive文件并使用Drive API (https://developers.google.com/drive/v2/reference/)读取它们,然后使用Google Cloud Storage API (https://cloud.google.com/storage/docs/apis)之一编写它们。
https://stackoverflow.com/questions/38892264
复制相似问题