Xuanwo
Xuanwo
I think Dropbox should be an easier entry point.
> the basic idea here is to use [ `google-drive3` ](https://crates.io/crates/google-drive3) dependency, which support google drive api v3 and under well maintenance Sorry, I have to say NO to this...
> use other dep (like [lru-cache](https://crates.io/crates/lru)) or do it ourselves (maybe a simple HashMap) ? Let's get started with a simple hashmap. > BTW, google drive access need oauth authorization,...
Basic support for gdrive has been added.
Move to backlog
Can we give a simple reproducible demo and screen records and send an issue to upstream?
Good idea, we will add this feature as soon as possible.
Based on the experiment conducted at https://github.com/datafuselabs/opendal/pull/1536 (thanks to @ClSlaid), I have found that adding a flush is not a good idea. Users could call `flush` multiple times which is...
Maybe we can implement a `BytesReader(Vec)` so that we don't need to copy data while `append`?
> I would really appreciate it if you can elaborate more on this :) Great, I am currently working on it. Shall we meet at the PR?