mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
Some servers, like youtube, reject null values possibly thanks to the reliance on parts. Now we are filtering them (in a very inefficient, but working way), which seems to be fine with the servers. Effectively, we seem to be able now to upload videos ... . More testing required !