mirror of
https://github.com/OMGeeky/gdriver2.git
synced 2025-12-26 16:07:58 +01:00
concept.md formatting
This commit is contained in:
@@ -4,9 +4,13 @@
|
||||
|
||||
## Service
|
||||
|
||||
The service is the one communicating with the google drive API. It will check for updates when it is asked, and it will download files when requested.
|
||||
The service is the one communicating with the Google Drive API. It will check for updates when it is asked, and it will
|
||||
download files when requested.
|
||||
|
||||
It also uploads changes to local files.
|
||||
It also keeps track of what files should be kept locally and what files only get cached locally when accessed (important for offline access).
|
||||
|
||||
It also keeps track of what files should be kept locally and what files only get cached locally when accessed (important
|
||||
for offline access).
|
||||
|
||||
It needs to be able to do the following:
|
||||
- Check for updates
|
||||
|
||||
Reference in New Issue
Block a user