mirror of
https://github.com/OMGeeky/google-apis-rs.git
synced 2026-02-23 15:49:49 +01:00
fix(API): filter null values of requrest structs
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 !
This commit is contained in:
@@ -27,3 +27,4 @@ cargo:
|
||||
- url = "*"
|
||||
- serde = ">= 0.3.0"
|
||||
- serde_macros = "*"
|
||||
- json-tools = "*"
|
||||
|
||||
@@ -31,4 +31,3 @@ cargo:
|
||||
- serde = ">= 0.3.0"
|
||||
- serde_macros = "*"
|
||||
- clap = "*"
|
||||
- json-tools = "*"
|
||||
|
||||
Reference in New Issue
Block a user