Hiroshi Ichikawa

Results 70 comments of Hiroshi Ichikawa

googleauth is a dependency of google_drive, so it should be installed if you install google_drive properly. Make sure that googleauth is installed in your environment. If not, maybe try installing...

> go to https://console.cloud.google.com/iam-admin/serviceaccounts?project=your_id > Click on three dots in Action column and then manage keys. > Create a key and you get the json file. Thanks for figuring it...

Sorry for a slow response. Just guessing from the error message, but you may be hitting the API too frequently. If you make multiple requests simultaneously, how about putting some...

Assuming that your service is a web service, isn't it still possible that the service sometimes get high traffic, resulting in high frequency requests to the API? I would still...

Thanks for the feedback. Sounds good to add support for Pathname. I don't think people pass anything other than String and Pathname for a path, so I would probably just...

Thanks for the report. Marked as blocked because it looks like a bug in google-auth library.

Agreed, pull requests are welcomed :)

Thanks for the feedback. > If I am understanding correctly, to change the method would require one to add a block. I prefer to add it as an optional parameter...

The `title` property is defined here: http://www.rubydoc.info/gems/google_drive/GoogleDrive/File#title-instance_method which is alias of `name`. But I found that my previous example code was wrong. I must use `name` instead of `title` for...

Are you using Windows? It is working fine with Linux, so looks like an issue specific to Windows. Maybe Windows Ruby doesn't support TLS? google-drive-ruby is just using google-api-client for...