This project will help you get started with Tiny Drive and allow you to play around with its features.
Java 10+ and Gradle 4+
These are the steps needed to get this project running on your machine:
$ git clone https://github.com/tinymce/tinydrive-java-spring-starter.git
You get the API key from the API Key Manager
account manager at https://www.tiny.cloud.
3. Create a tinydrive-java-spring-starter/src/main/resources/private.key
file containing your generated private RSA key
You get the private RSA key from the JWT Key Manager
account manager at https://www.tiny.cloud.
$ cd tinydrive-java-spring-starter
$ gradle bootRun