Open Xuanwo opened 1 year ago
@Xuanwo On back burner atm?
@Xuanwo On back burner atm?
Not working on this issue so far.
@bokket is interested in addressing this issue. He has implemented a quick hack for iCloud as follows:
Hi.I have to discuss this here.Stat
cannot be obtained according to path
.Because in iCloud, allDrivewsid
came to the send request directory or file, but the problem is that the variable can only be listed by folder::com.apple.clouddocs::root
get.And then only knew the id
.
Current idea.
We can first get the drivewsid
and name
of all directory from the root
and save them in iCloudDrive: HashMap <string, String>
. This may be forced user to enter the path of \root\path\opendal
.They will be searched for the name of ""
and drivewsid
to folder::com.apple.clouddocs::root
below.Get Name with the HashMap index for request iCloud server.
So which came first, the chicken or the egg?
Because in iCloud, all
Drivewsid
came to the send request directory or file, but the problem is that the variable can only be listed byfolder::com.apple.clouddocs::root
get.And then only knew theid
.
We can maintain an id-path mapping in memory.
ADP:iCloud Advanced Data Protection (PCS)
Of course, I would also like to extract and write a separate experimental icloud library related to raw
and http-utils
apart, which will be beneficial for future learners interested in Photos
or other applications to learn OpenDAL.
I am now an iCloud user, thanks to my wife who bought me a new iPhone. I would like to enable iCloud Drive/Photo support so that I can access and edit them without using my phone (since I do not yet have a MacBook).
This issue is being used to track my progress in adding iCloud support. It's worth noting that developing for Apple services can be challenging outside of the Apple ecosystem.
Context
This issue is to adding iCloud Drive/Phone support first (since I'm not ready to register an Apple Developer account).
Blockers
References