James Athappilly
James Athappilly
putFile is supported but the documentation was not accurate. That has been corrected with https://github.com/algorithmiaio/algorithmia-python/commit/e2d4a585712f3415134b8e00b2f6b6495d920ff5. @JanakiJoshi, in your code you need to get a `File` object first to call the...
This bug was created because `putFile` can only take a file path instead of a file object. In my opinion, it's nice forcing a path since it ensures that the...
My current hypothesis is that you have a system setting that isn't playing nicely with the apache http client that we use. The line that I think to blame is...
I've looked at the apache http client code and it should work if the two are unset. Was the error exactly the same in each case?
When packages fail to build, R seems to print warning messages but silently keeps going. We plan to make this better soon. Thanks for bringing this to our attention