Github user ZuluPro closed the pull request at:
https://github.com/apache/libcloud/pull/387
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is e
GitHub user ZuluPro opened a pull request:
https://github.com/apache/libcloud/pull/387
Made optional Google token file writing
I had an issue where I can't write the token file in home directory.
File reading is made as optional by a try/except IOError.
So I made the sam