Google Drive MD5 checksum for files

前端 未结 4 1298
感动是毒
感动是毒 2021-01-30 01:09

I\'m not a programmer, just a regular user of Google Drive. I want to see if the files are uploaded correctly. I go through a whole process in the OAuth 2.0 Playground that list

4条回答
  •  庸人自扰
    2021-01-30 01:41

    Here are three additional, different ways to list md5 checksums.

    1. Install Google Skicka, a command line tool for Google Drive and run skicka ls -ll / Although the readme file says it's not an official google product it is hosted on google's github account, so I guess it can be trusted.
    2. There is a plugin that lists all files with their checksums in drive's spreadsheet.
    3. Here's my python3 script that I've created for myself. It's mostly copied from google's official examples. You'll need to obtain client_secret.json file and place it in the same directory with the script - here's the instruction how to do it.

提交回复
热议问题