Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Windows 运行时(版本 5.6.0)上的 Live SDK 将文件上传到 OneDrive 上的共享文件夹(来自其他用户)。
但是,当前版本的 SDK 似乎不支持上传到其他用户的文件夹。那是对的吗?
我可以使用轻松上传到我自己的文件夹
client.BackgroundUploadAsync(folderId, file.Name, file, OverwriteOption.Rename);
但在其他用户的文件夹中执行相同操作将返回未授权错误。
你是对的。Live Connect 目前不支持将文件上传到您代表其进行 API 调用的用户所拥有的文件夹以外的文件夹。