-
Notifications
You must be signed in to change notification settings - Fork 1.4k
-
I have a pretty simple Doc that I want to pull into another system, so simple markdown would do (and is pretty token-efficient - 2k in MD vs 53k in JSON).
How can I use gws for this? The only --format options that help lists are json (default), table, yaml, csv.
Beta Was this translation helpful? Give feedback.
All reactions
It's going to be the export drive method. https://developers.google.com/workspace/drive/api/reference/rest/v3/files/export
Should map to gws drive files export with the mimeType
Replies: 1 comment 1 reply
-
It's going to be the export drive method. https://developers.google.com/workspace/drive/api/reference/rest/v3/files/export
Should map to gws drive files export with the mimeType
Beta Was this translation helpful? Give feedback.
All reactions
-
Thank you!
Beta Was this translation helpful? Give feedback.