suyanhanx commented on code in PR #2606:
URL:
https://github.com/apache/incubator-opendal/pull/2606#discussion_r1255581714
##########
core/src/services/dropbox/backend.rs:
##########
@@ -162,6 +166,121 @@ impl Accessor for DropboxBackend {
_ => Err(parse_error(resp).await?),
}
}
+
+ async fn batch(&self, args: OpBatch) -> Result<RpBatch> {
Review Comment:
No...If they are deleted one by one, it is easy to trigger
too_many_write_operations. 😢
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]