grive2/libgrive
Visa Putkinen 3775572f46 Retry upload on XML error instead of crashing
Sometimes the Google Drive API sends malformed XML which crashes grive.
This patch adds a simple try-catch to Resource::Upload that retries the
upload if an XML exception is thrown from AuthAgent::Put.
2013-11-27 00:15:24 +02:00
..
src Retry upload on XML error instead of crashing 2013-11-27 00:15:24 +02:00
test added operator<< to print out json 2013-05-02 00:55:39 +08:00
CMakeLists.txt added ValResponse class to parse JSON from http 2013-05-02 00:04:42 +08:00