Files
google-mcp/gdocs
Jonathan Siegel a4f0c66c55 fix: remove invalid supportsAllDrives param from export_media()
The Google Drive API export_media() method does not accept the
supportsAllDrives parameter (unlike get(), list(), create(), etc.).

This caused export_doc_to_pdf to fail with:
  "Got an unexpected keyword argument supportsAllDrives"

The fix removes the invalid parameter. File access for shared drives
is already validated by the preceding files().get() call which does
use supportsAllDrives=True.

Tested with Google Docs in shared drives - exports work correctly.
2025-12-26 21:19:32 +09:00
..
2025-05-14 09:35:48 -04:00
2025-12-13 13:49:28 -08:00
2025-12-13 13:49:28 -08:00