Jonas Mora

Results 6 comments of Jonas Mora

@gnapse did the api client work in dev with localhost:3000 even thought you had the two-step authentication? I'm not sure about this, but I think that when the app tries...

Based on this comment https://github.com/GoogleCloudPlatform/appengine-ruby/blob/b071f8e922ed5c1b88be045ee2a8fcc0aa9e90dd/lib/appengine/tasks.rb#L87-L99 I'm assuming that the strategy cloud_build doesn't work in this case and the deployment one needs to be use instead.

Ok. Who is responsible for the API specification? On Tue, 8 Sep 2020 at 22:21 Daniel Azuma wrote: > > > Unfortunately this isn't something we can fix in the...

As a workaround I did this ```ruby Google::Apis::AdmobV1::GenerateMediationReportResponse.class_eval do attr_accessor :rows end Google::Apis::AdmobV1::GenerateMediationReportResponse::Representation.class_eval do def from_json(data, *args) data = MultiJson.load(data) new_data = {} data.each do |datum| if datum.has_key? 'header' new_data['header']...