Open GoogleCodeExporter opened 9 years ago
How would one go about modifying this on their local install while we wait for
the API to be fixed/updated?
Original comment by prat...@condorcapital.com
on 23 Jan 2013 at 9:34
Patch attached.
Original comment by img...@gmail.com
on 24 Jan 2013 at 8:09
Attachments:
Figured out how to modify locally:
Modify your local cache of the drive-gen.go file (mine was located here:
/usr/lib/go/src/pkg/code.google.com/p/google-api-go-client/drive/v2/drive-gen.go
). You can use the provided patch above or just manually change the lines.
Then perform a "go install code.google.com/p/google-api-go-client/drive/v2" to
build and install the modified version of the file.
Original comment by prat...@condorcapital.com
on 24 Jan 2013 at 9:09
It appears that for Google Analytics, the GaData.totalsForAllResults field is
the same type: its auto-generated as an empty struct, but should be a
map[string]string.
Original comment by e...@evanjones.ca
on 21 Jun 2013 at 4:04
The BigQuery V2 also has an empty struct generated (JsonObject), instead of a
map[string]interface.
Original comment by ronoaldo
on 27 May 2014 at 2:01
Original issue reported on code.google.com by
img...@gmail.com
on 18 Oct 2012 at 8:46