I am creating a client application for google drive using java i have read https://developers.google.com/drive/quickstart-java and have started up with gogle drive sdk. but my intention is to let user(who will use my client app) upload/download files from "their" google drive account. is it possible if they have not enabled drive sdk from google api console. (user cant do it as they are no developers and they dont know about it) or is there any way that i can enable the sdk for their accnt (through java code)?