Sign in

Export file (GET)

documented

Exports a Google Workspace document to the requested MIME type.

GET /drive/v3/files/{fileId}/exportDriveno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://www.googleapis.com/drive/v3/files/{{$fileId}}/export?mimeType={{mimeType}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: */*"
Export file (GET) · Google Drive · OpenIntegrations