使用 Google API 2,如何将文件上传到特定文件夹/集合?
如何使用 C# 将任何文档上传到特定文件夹/集合?我正在使用 Google 文档 API 2.0。我知道如何使用此处提供的示例将其上传到根目录< /a>
但如何将它们发布到特定文件夹?
How do I upload any document using C# to a specific folder/collection? I am using Google Documents API 2.0. I know how to upload it to the root using the examples provided here
But how do I publish them to a particular folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 .NET 客户端源代码 尽管它是 由服务器端 API 支持 。基本上这意味着您需要自己实现这部分(直到 Google 将其添加到他们的 .NET 客户端 API/SDK 中)。
Judging from the .NET client source this is not implemented in the .NET client API provided by Google although it is supported by the server-side API. Basically this means you would need to implement this part yourself (until Google adds that to their .NET Client API/SDK).