Daniel Azuma

Results 103 comments of Daniel Azuma

@viacheslav-rostovtsev I opened this a few days ago. Feel free to comment here (or take this issue yourself).

@DFrenkel This repo is not really being maintained regularly, and most functionality has been migrated elsewhere. What are you trying to do here?

I think this makes sense, and is in line with the Storage error strategy currently being worked on internally. We should add it here: https://github.com/googleapis/google-api-ruby-client/blob/main/google-apis-core/lib/google/apis/core/http_command.rb#L295

Exactly which call (which class/method) is failing?

Sorry, I wanted to know which method in the spreadsheets client class you are calling directly (not which low-level method in the core library is being called). Also, are you...

It's _possible_ that the `https://spreadsheets.google.com/feeds/worksheets/...` URLs, used by older versions of the google_drive gem, are no longer working, and that you just need to update google_drive to a newer version...

@quartzmo I'll let you investigate the feasibility of this.

It's not being actively worked on right at this point. Likely this will require first completing https://github.com/googleapis/google-api-ruby-client/issues/2348 (which is on my plate but I won't get to it for a...

Unfortunately this isn't something we can fix in the client. The GenerateNetworkReport call is a streaming call, which is not described correctly in the API specification (discovery document), and so...