Tell me more ×
Web Applications Stack Exchange is a question and answer site for power users of web applications. It's 100% free, no registration required.

According to the Google Drive SDK, the size and MD5 hash of files is available through the API. Each resource (file) has an md5Checksum and a fileSize:

md5Checksum (string): An MD5 checksum for the content of this file. This is populated only for files with content stored in Drive.

fileSize (long): The size of the file in bytes. This is populated only for files with content stored in Drive.

How can I access them through Google's web interface? I'd like to avoid coding my own interface just for this.

share|improve this question
Do you mean Google Apps Script? – Jacob Jan Tuinstra Jan 24 at 23:22

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.