Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudglue.dev/llms.txt

Use this file to discover all available pages before exploring further.

Connect your Google Drive account to use your media files with Cloudglue APIs.

Adding the Google Drive Data Connector

  1. Navigate to the Data Connectors page in the Cloudglue app.
  2. Click the Google Drive data connector card. Google Drive data connector focused
  3. Follow the popup instructions to authorize Cloudglue access to your media.
  4. Verify the connection by checking for the Connected indicator on the card.
Ready to set up your Google Drive data connector? Visit our app to get started.
Need help setting up your data connector? Contact our team directly for assistance with the setup process.

Using Google Drive files with Cloudglue

To use Google Drive files, you can use the gdrive://file/ prefix in your Cloudglue API requests. Example:
gdrive://file/<file_id>
curl --request POST \
  --url https://api.cloudglue.dev/v1/describe \
  --header 'Authorization: Bearer YOUR_API_KEY' \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "gdrive://file/<file_id>",
  "enable_summary": true,
  "enable_speech": true,
  "enable_visual_scene_description": true,
  "enable_scene_text": true
}'

UI Importing for Testing

Use the Cloudglue integration UI to quickly import Google Drive files for testing your endpoints. File Chooser To access this page, visit our app and click on Select Videos on the Google Drive connector. Quick Import Button

Managing Access

You maintain full control over your data access. Remove this data connector by doing the following:
  • Remove connection by revoking the connector on our website.
Once removed:
  • You cannot import new recordings into Cloudglue until you reconnect.
  • Any recordings you previously imported will remain in Cloudglue. These can be viewed and deleted from File Management.

Security

Cloudglue uses Google Drive Authentication to get limited access to your files. This approach:
  • Maintains your control - You own and manage the connector.
  • Follows Google Drive security patterns - Uses standard Google Drive authentication with minimum permissions.
  • Easy to revoke - Simply delete the connector on our website.