如何使用驱动器api从get请求中获取单个文件名?
我已经提出了请求但是没有关于该文件的元数据,我只能下载它.
var fileId = "0BwwA4oUTeiV1UVNwOHItT0xfa2M"; var request = driveService.Files.Get(fileId);
显然,这会根据此文档在响应中返回files.get
我只想下载一个文件并显示其名称,而不仅仅是其ID
.net c# google-drive-api google-api-dotnet-client
.net ×1
c# ×1
google-api-dotnet-client ×1
google-drive-api ×1