Cách lấy mã md5 file google drive

  Google Drive

Google Developers – OAuth 2.0 Playground:

Step 1: Select & authorize APIs:

  • Expand “Drive API v3”.
  • Enable “https://www.googleapis.com/auth/drive.metadata.readonly”.
  • Click “Authorize APIs”.
  • Click “Allow”.

Step 2: Exchange authorization code for tokens:

  • Click “Exchange authorization code for tokens”.

Step 3: Configure request to API:

  • Enter the “Request URI”.
  • Click “Send the request”.

With Folder:

https://www.googleapis.com/drive/v3/files?q="folderId"+in+parents&fields=files(md5Checksum,+originalFilename,+size)

Width Single File:

https://www.googleapis.com/drive/v3/files/fileId?fields=md5Checksum,+originalFilename,+size

17.519 thoughts on - Cách lấy mã md5 file google drive