Xuanwo commented on PR #3808:
URL:
https://github.com/apache/incubator-opendal/pull/3808#issuecomment-1868296415
> ```rust
>
> let mut cfg: Gdrive = Gdrive::default();
>
> cfg.access_token("...").root("/tmp");
>
>
>
> let op = Operator::new(cfg).unwrap().finish();
>
> op.write(
>
> "test-gdrive-wasm",
>
> "Hello, WASM! We are from OpenDAL at rust side!"
>
> .as_bytes()
>
> .to_vec(),
>
> )
>
> .await
>
> .unwrap();
>
> let bs = op.read("test-gdrive-wasm").await.unwrap();
>
> ```
>
> I am test gdrive over wasm, when I work with the above code, it failed with
>
>
>
>

>
>
>
> but that code works well if I run it in rust side, am I missing something?
Would like to raise an new issue for this? We need go more deeper into this.
--
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]