feat(services/gdrive): Add read & write & delete support for GoogleDrive#2184
feat(services/gdrive): Add read & write & delete support for GoogleDrive#2184Xuanwo merged 1 commit intoapache:mainfrom
Conversation
|
What do you think is the appropriate place to store the cache of |
A hashmap in core is good enough. |
I mean who own the hashmap. An intuitive idea is to make it a member of GoogleDriveBackend, but modifying this hashmap in get_file_id_by_path() requires |
An |
|
I'd like to left |
|
BTW, this branch seems contained not related commits. |
It's wired, it occurs after I resolved the conflicts. |
You can try |
#654