Get size of file created on Google drive using Google drive api in android

前端 未结 1 2014
广开言路
广开言路 2021-01-26 05:56

I have created application using which user will able to get all files in list from Google drive and will be able to download it.

Now User can download files which he ha

相关标签:
1条回答
  • 2021-01-26 06:24

    You can't get the size because Google doesn't know it for Google docs files (doc, ssheet, etc). If you download them, you are actually downloading an export file which is created dynamically.

    0 讨论(0)
提交回复
热议问题