Browse sources$ls -a sources
Logo of google-drive
Google Drive
Access your users' files on Google Drive
Sync your customers' dataFiber pulls data from your customers' Google Drive accounts into your database or cloud storage. Skip months of integration work and begin syncing in minutes.
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Logo of google-drive
Fiber
postgres-prod
google_drive_files
Your customers' Google Drive accounts
Your production database
Meet your new integration toolkit: SQLReplace calls to the Google Drive API with an interface you already use. Access the data you need straight from your database.
-- Fetch all the Files belonging to the Google Drive
-- account of a particular user.

SELECT *
FROM fiber.google_drive_file
WHERE account_id = '{user.google_drive_id}'
-- Fetch all the Files belonging to the Google Drive
-- account of a particular user.

SELECT *
FROM fiber.google_drive_file
WHERE account_id = '{user.google_drive_id}'
Code
CREATE TABLE fiber.google_drive_file (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
contents TEXT
)
CREATE TABLE fiber.google_drive_file (
id TEXT NOT NULL,
created_at TIMESTAMP WITH TIME ZONE,
updated_at TIMESTAMP WITH TIME ZONE,
account_id TEXT,
contents TEXT
)
Model definition
About this source
Logo of google-drive
Google DriveGoogle's file storage and collaboration service.google.com/drive  ↗
Available resources
    Files
Missing a resource? We will build it for you.
Similar sources
OAuth
Need help with OAuth for Google Drive?Handshake ↗ is a Next.js app boilerplate that handles your OAuth with Google Drive and over 200 other APIs. Setup and deploy within minutes.
Logo of google-driveIntegrate Google Drive using Fiber Fiber makes it easy to access third-party data from Google Drive accounts. Get started in just a few minutes.