简体   繁体   English

如何通过 rest API 连接到 iCloud Drive?

[英]How to connect to iCloud Drive via rest API?

I'm developing an application written in C# (UWP) and it seems no ready-to-use sdk is available for managing the interaction with iCloud drive (get items, create items, upload items...).我正在开发一个用 C# (UWP) 编写的应用程序,似乎没有现成的 sdk 可用于管理与 iCloud 驱动器的交互(获取项目、创建项目、上传项目......)。 Hence, I want to implement a custom iCloud drive client via rest API (in C#).因此,我想通过 rest API(在 C# 中)实现自定义 iCloud 驱动器客户端。 I already tested the "Sign in with Apple REST API" approach and it's almost working.我已经测试了“使用 Apple REST API 登录”方法,它几乎可以工作了。

Now I need to find a "clear" Apple API documentation to perform all of the operations on iCloud drive.现在我需要找到一份“清晰”的 Apple API 文档来执行 iCloud 驱动器上的所有操作。 Is there any official link?有官方链接吗? Can you provide some simple examples on how to query iCloud drive in pure rest, for example to get all of the items in a folder?您能否提供一些关于如何在纯 rest 中查询 iCloud 驱动器的简单示例,例如获取文件夹中的所有项目?

Thanks.谢谢。

It appears a REST interface is still not available for iCloud Drive.似乎 REST 接口仍然不适用于 iCloud Drive。

iCloud Drive REST API? iCloud 驱动器 REST API?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM