使用 Google API 2,如何将文件上传到特定文件夹/集合?

发布于 2025-01-03 04:17:21 字数 232 浏览 1 评论 0原文

如何使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谜兔 2025-01-10 04:17:21

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).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文