Google Drive API WebContentLink

时间:2018-01-19 15:46:19

标签: google-drive-api

如何在google驱动api版本v3中使用php查看浏览器中的文件,该查询不会向我返回任何内容webcontentlink

1 个答案:

答案 0 :(得分:1)

我知道这太老了,但是我还是会回答的。

默认情况下,Google Drive Api V3不再返回所有字段,因此您必须在“字段”备用参数中请求返回哪些字段

因此,例如

$file = $service->files->get( $id, array( "fields" => "id, webContentLink" ) );

google现在将返回webContentLink