In this video, we explain why our application requires Google Drive OAuth scope access and how it is used within our system.
We cover:
Why full Google Drive access (/auth/drive) is needed
How files are created, edited, and managed securely
Why limited scopes are not sufficient for our use case
How user data is handled and kept under user control
Our application integrates with Google Drive to allow users to generate, store, and manage documents such as reports, invoices, and exported data directly from their Google Drive account.
We ensure that all file operations are performed only with user consent and are strictly related to features initiated by the user inside the application.
This explanation is intended for Google OAuth verification and compliance review purposes.