Mandar Patil
Mandar Patil
@austince it didn't. I made the one line change of - ``` type Request = request.SuperAgentRequest; ``` in node-modules/chai-http/types/index.d.ts. It didn't fix the problem.
@isaaccs : Try creating `config.yaml` file first and then mount it on container.
Correct - as shown in [installation using docker compose](https://github.com/mandarons/icloud-drive-docker#installation-using-docker-compose), it should be: Container Path: `/app/config.yaml` Host Path: `/mnt/user/appdata/icloud-drive-sync/config.yaml`
No. Sorry, I never used unRaid and cannot try it on my end. Is there any other way to specify volumes in unRaid? Probably some CLI to bypass the GUI?
@isaaccs : Also mount - `${PWD}/icloud/data:/app/icloud` (if you want to save the iCloud data outside container) `${PWD}/session_data:/app/session_data` (this will eliminate the need of entering password after container recreation) Pleas make...
`asyncio` is another option to use. But this will need `icloudpy` to support `asyncio` first. Here is the issue in `icloudpy` to track: https://github.com/mandarons/icloudpy/issues/10
Set the log level to `debug` in the config file and try again.
I am not able to reproduce this on my end. Looks like something is wrong on server side that the app isn't able to find few files to download. 2023-04-21...
Are you still seeing this problem with the latest version 1.16.0?
@knmax regarding > can you tell me if there is any option to "translate" those id's to file names or find the documents by id in my native iCloud Drive...