FRD Infrastructure

FRD Drive Automation

A private automation application for user-authorized Google Drive and Google Docs operations.

Purpose

FRD Drive Automation is operated for the owner's own Google account and project workflows. It provides programmatic access to Google Drive and Google Docs so authorized automation can create, read, verify, and update project files without relying on desktop synchronization.

Google data access

The application is designed around the Google OAuth scope https://www.googleapis.com/auth/drive.file. This scope limits the application to files it creates, opens, or is explicitly granted access to through Google.

Data-minimization principle

FRD Drive Automation does not request account-wide Drive access as its baseline. If broader access were ever required, that would require a separate review and an updated public disclosure before deployment.

Who can use it

This is not a public SaaS product and does not offer public registration. It is currently intended for privately authorized use by its operator.

Security boundary

OAuth credentials, refresh tokens, access tokens, and private Google Drive content are not stored in this public website or repository. Project-level automation is expected to enforce its own allowed object IDs and operational boundaries.