You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, it would query the size from the wrong dict and obtain
the value 0 all the time. This would have made every upload fail with
`UploadSizeLimitExeeded`.
Now we obtain the actual size limit, and will ignore it if unset/0
for some reason.
Patch += 1
Copy file name to clipboardExpand all lines: gen/adexchangebuyer1d3/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ DO NOT EDIT !
5
5
-->
6
6
The `google-adexchangebuyer1d3` library allows access to all features of the *Google Ad Exchange Buyer* service.
7
7
8
-
This documentation was generated from *Ad Exchange Buyer* crate version *0.1.0+20150218*, where *20150218* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.0*.
8
+
This documentation was generated from *Ad Exchange Buyer* crate version *0.1.1+20150218*, where *20150218* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.1*.
9
9
10
10
Everything else about the *Ad Exchange Buyer**v1d3* API can be found at the
Copy file name to clipboardExpand all lines: gen/adexchangebuyer1d3/src/lib.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
// This file was generated automatically from 'src/mako/lib.rs.mako'
3
3
// DO NOT EDIT !
4
4
5
-
//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.0+20150218*, where *20150218* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.0*.
5
+
//! This documentation was generated from *Ad Exchange Buyer* crate version *0.1.1+20150218*, where *20150218* is the exact revision of the *adexchangebuyer:v1.3* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.1*.
6
6
//!
7
7
//! Everything else about the *Ad Exchange Buyer* *v1d3* API can be found at the
Copy file name to clipboardExpand all lines: gen/adexchangeseller2/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ DO NOT EDIT !
5
5
-->
6
6
The `google-adexchangeseller2` library allows access to all features of the *Google Ad Exchange Seller* service.
7
7
8
-
This documentation was generated from *Ad Exchange Seller* crate version *0.1.0+20150313*, where *20150313* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.0*.
8
+
This documentation was generated from *Ad Exchange Seller* crate version *0.1.1+20150313*, where *20150313* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.1*.
9
9
10
10
Everything else about the *Ad Exchange Seller**v2* API can be found at the
Copy file name to clipboardExpand all lines: gen/adexchangeseller2/src/lib.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
// This file was generated automatically from 'src/mako/lib.rs.mako'
3
3
// DO NOT EDIT !
4
4
5
-
//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.0+20150313*, where *20150313* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.0*.
5
+
//! This documentation was generated from *Ad Exchange Seller* crate version *0.1.1+20150313*, where *20150313* is the exact revision of the *adexchangeseller:v2.0* schema built by the [mako](http://www.makotemplates.org/) code generator *v0.1.1*.
6
6
//!
7
7
//! Everything else about the *Ad Exchange Seller* *v2* API can be found at the
0 commit comments