jorgehermo9 commented on code in PR #6068: URL: https://github.com/apache/opendal/pull/6068#discussion_r2051715786
########## core/src/services/gdrive/backend.rs: ########## @@ -169,7 +169,9 @@ impl Access for GdriveBackend { }); let body = Buffer::from(Bytes::from(request_body.to_string())); + // TODO: move this request to core.rs Review Comment: I think this request should be in core.rs. Similar to https://github.com/apache/opendal/pull/6063#discussion_r2051703445 -- 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: commits-unsubscr...@opendal.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org