I have managed to understand the way to authorize an app's access to a user's protected information using the OAuth 2.0 credentials. Yet my app requires to download a bunch of PDF files from a third party's Drive (not my users' ones). The folder is public so there should be no problem with the authorization.
How could I achieve that? What piece of code and what libraries do I need in Java? Thank you!