Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/image/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Image 使用Fusion表将图片上传到Google Drive_Image_Upload_Google Drive Api_Google Fusion Tables - Fatal编程技术网

Image 使用Fusion表将图片上传到Google Drive

Image 使用Fusion表将图片上传到Google Drive,image,upload,google-drive-api,google-fusion-tables,Image,Upload,Google Drive Api,Google Fusion Tables,有没有办法将图片上传到fusion tables中的google drive,然后将图像链接插入fusion tables中的单元格中 我想创建一个融合表,其中包括人们的姓名、图片和其他信息。例如,我可能有一行表示“Bob”及其图片和信息,另一行表示“Tim”及其图片和信息。然后我想创建单独的视图,可以与“Bob”和“Tim”共享,这样他们可以编辑自己的信息,但不能编辑或查看其他人的信息。我知道该怎么做。然而,我希望他们能够从自己的视图中上传一张图片到谷歌硬盘,并将链接插入电子表格中。这一点是,

有没有办法将图片上传到fusion tables中的google drive,然后将图像链接插入fusion tables中的单元格中

我想创建一个融合表,其中包括人们的姓名、图片和其他信息。例如,我可能有一行表示“Bob”及其图片和信息,另一行表示“Tim”及其图片和信息。然后我想创建单独的视图,可以与“Bob”和“Tim”共享,这样他们可以编辑自己的信息,但不能编辑或查看其他人的信息。我知道该怎么做。然而,我希望他们能够从自己的视图中上传一张图片到谷歌硬盘,并将链接插入电子表格中。这一点是,图片存储在谷歌硬盘上,可以在电子表格的单元格中查看,他们可以上传图片,而无需使用单独的表单。有没有办法做到这一点,或者有没有其他方法可以完成同样的事情?谢谢