I tried running the quickstart-sample, and this dependency:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-drive</artifactId>
<version>v2-rev78-1.15.0-rc</version>
</dependency>
from Drive wiki API page
Yet when I try to compile the code com.google.api.client.json.jackson.JacksonFactory;
is missing.
To verify this you just need to do Step 2 & 3! Where can I find this class or how can I replace it in the sample?