Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ajax/6.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
Google drive api 使用Google Drive API/SDK插入新文件夹和文件_Google Drive Api_Google Drive Realtime Api - Fatal编程技术网

Google drive api 使用Google Drive API/SDK插入新文件夹和文件

Google drive api 使用Google Drive API/SDK插入新文件夹和文件,google-drive-api,google-drive-realtime-api,Google Drive Api,Google Drive Realtime Api,我想使用c#自动化以下过程: 1.从预定义文件夹中获取文件 2.将所述文件上传至Google drive帐户文件夹,必要时创建新文件夹 确定所述文件夹的永久链接 将所述链接存储在数据库中。 授权的gdrive用户将单击链接打开文件 这可以通过API或SDK实现吗 这里有一个.NET/C#SDK,用于使用Google API: 下面是将该SDK与Google Drive API一起使用的一个具体示例:

我想使用c#自动化以下过程: 1.从预定义文件夹中获取文件 2.将所述文件上传至Google drive帐户文件夹,必要时创建新文件夹 确定所述文件夹的永久链接 将所述链接存储在数据库中。 授权的gdrive用户将单击链接打开文件

这可以通过API或SDK实现吗

这里有一个.NET/C#SDK,用于使用Google API:

下面是将该SDK与Google Drive API一起使用的一个具体示例: