https://github.com/humbertodias/java-icloud-client-demo
Demo application showing how to use ICloud4j API in Java.
https://github.com/humbertodias/java-icloud-client-demo
icloud
Last synced: 8 months ago
JSON representation
Demo application showing how to use ICloud4j API in Java.
- Host: GitHub
- URL: https://github.com/humbertodias/java-icloud-client-demo
- Owner: humbertodias
- Created: 2017-02-09T15:49:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-23T20:08:36.000Z (over 4 years ago)
- Last Synced: 2025-03-02T02:09:04.485Z (8 months ago)
- Topics: icloud
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICloud Java Client
Demo application showing how to use ICloud4j API in Java.
## Prerequires
1. Git 2.6+
2. Maven 3.3+
3. Java 8+## How to Play
Clone
```
git clone https://github.com/humbertodias/java-icloud-client-demo.git
```Inside the folder
```
cd java-icloud-client-demo
```### Run
```
mvn compile exec:java -Dexec.mainClass="com.mycompany.app.App" -Dexec.args="CLIENTID USERNAME PASSWORD"
```Don't forget to replace **CLIENTID** **USERNAME** **PASSWORD**
### Info
```
[List Files]
Keynote - APP_LIBRARY
Pages - APP_LIBRARY
PCRONOSG-231 - FOLDER
Preview - APP_LIBRARY
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.953 s
[INFO] Finished at: 2017-02-09T15:53:30-02:00
[INFO] Final Memory: 26M/316M
[INFO] ------------------------------------------------------------------------
```## Output
1. List Drop Files
```
[List Files]
Keynote - APP_LIBRARY
Pages - APP_LIBRARY
PCRONOSG-231 - FOLDER
Preview - APP_LIBRARY
```2. Output

# References
[https://www.icloud.com](https://www.icloud.com)