How can I hardcode credentials to my Google Drive Service so users of the app will always get acces to my files without auth?
I have found solution using Java SKD bu
You probably don't want to do this. If you have an access token you can always add it as a URL parameter access_token=MY_ACCESS_TOKEN to the request URL.
access_token=MY_ACCESS_TOKEN