aboutsummaryrefslogtreecommitdiffstats
path: root/drive/export.go
AgeCommit message (Collapse)Author
2023-03-27support teamdrivesHEADmasterjeff.yin
2022-09-20drive/export: Replace "/" in file name with "_"Teddy Wing
When the file name includes a "/" character, the export fails. Replace the character in the file name with a "_" character, replicating the behaviour of the Google Docs web UI. Partially fixes https://github.com/prasmussen/gdrive/issues/120.
2016-02-21go fmtPetter Rasmussen
2016-02-14Change output text, refactoringPetter Rasmussen
2016-01-22Implement exportPetter Rasmussen