Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-24 | CLOUD: Add Request::date() | Alexander Tkachev | |
Used in SavesSyncRequest to update Storage's last sync date. | |||
2016-08-24 | CLOUD: Update GoogleDriveCreateDirectoryRequest | Alexander Tkachev | |
Now it also creates the "base" ScummVM directory if there is no such directory yet. This way SavesSyncRequest works fine when no "ScummVM" or "ScummVM/Saves" folder exist in the Google Drive. | |||
2016-08-24 | CLOUD: Fix GoogleDriveStorage to work with root folder | Alexander Tkachev | |
Now it needs another scope and uses "root" instead of "appDataFolder". | |||
2016-08-24 | CLOUD: Add GoogleDriveCreateDirectory | Alexander Tkachev | |
Now we can create directories in Google Drive by path, not parent id + directory name! |