Closed dvaerum closed 3 years ago
Thanks a lot for the fixes, much appreciated :)!
I have republished the drive3 API at v2.0.5 for your convenience.
Thanks a lot for the fixes, much appreciated :)!
You are welcome :D
I have republished the drive3 API at v2.0.5 for your convenience.
Thanks :tada:
I found a bug in the code preventing be from uploading to Google Drive, the fix was pretty simple, one just need to add the
url
to the request, from some reason that was missing.I assume that this bug also exist for all the other APIs there has an upload feature, because the code is the same for all of them.
Bonus/Note:
let url = upload_url.as_ref().and_then(|s| Some(url::Url::parse(s).unwrap())).unwrap();