Is there a way to appeal a decision by the API OAuth Dev Verification team?

I’ve spent quite some time developing a web app called “Bjorn’s Folder Trees” that from a selected Google Drive folder, finds all subfolders recursively and builds a visual representation, a vertical or horizontal chart. To do this the app needs to use the Google Drive API for querying the Gdrive. App is ready to go but Google now denies to authorize the app to use this part of the API:

“Unfortunately, we are unable to approve access to https://www.googleapis.com/auth/drive.readonly for your application, as your request is not a supported use case for Full Drive Access APIs, which grant the application continuous offline access to all the user’s files.”

Is there a way to appeal this decision?

Short demo of app: https://youtu.be/KjQRvqKEPFY

-–bjorn