asjoyner / shade

SHA Drive Engine stores files in the cloud, in a flexible fashion, optionally encrypted.
Apache License 2.0
7 stars 3 forks source link

Google Drive Client implemention, first pass. #5

Closed cfunkhouser closed 7 years ago

cfunkhouser commented 7 years ago

This implementation has worked for trivial writes and retrievals against Google Drive. Instead of using folders to organize the chunks, this implementation adds a "shadeType" AppProperty to the chunk file metadata on create, with possible values "chunk" or "metadata," and filters on that during list operations.