Google Drive resource

I’m working atm on a file resource so that you can use google drive in Lucee the same way as the local filesystem.
Problem is, Google Drive needs an authorization with user interaction. What makes it necessary to register in a frontend for example the Lucee admin. But this disqualifies applications running without user interactions in a installtion with no admin.

Anybody an idea how to prevent this?

There should be a way to use OAuth 2 with grant_type of client_credentials, no?

It’d be good to add OAuth 2 client to Lucee anyway.

i can give you access to the existing code, maybe you can point me in the right direction.
So far i could find nothing with the Google doc.

I’d be happy to look into it.

BTW Google Drive is of interest for me because you have unlimited storage with a business account for just 8$ a month.