harababurel/gcsf

Report the real file size of exportable Drive documents

開放

#6 建立於 2018年6月27日

 (0 則留言) (0 個反應) (0 位負責人)Rust (97 個分叉)user submission
enhancementhelp wanted

倉庫指標

星標
 (2,382 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

File size is not a well defined concept for special Drive documents (Docs, Sheets, Slides) because it depends on the export format. For such documents, GCSF should report the corresponding file size they would have when exported with the default MIME type.

One way of achieving this is by exporting each document at mount time in order to obtain its real size. This is incredibly slow. For the moment, GCSF reports the maximum file size (10 MB) for all special documents.

貢獻者指南