aboutsummaryrefslogtreecommitdiff
path: root/backends/cloud/googledrive/googledriveresolveidrequest.h
AgeCommit message (Collapse)Author
2016-08-24CLOUD: Add GoogleDriveResolveIdRequestAlexander Tkachev
GoogleDriveResolveIdRequest gets a lowercase path and searches for the specified file's id. To do that it lists path's subdirectories one by one with GoogleDriveListDirectoryByIdRequest. GoogleDriveListDirectoryByIdRequest gets a Google Drive id and lists that directory (not recursively).