abraunegg-onedrive/src
abraunegg 0c4def83f8 Resolve 500 & 504 HTTP Status Codes
* When completing some operations on OneDrive, a 504 error can be returned when Microsoft Graph times out when communicating with internal resources. Rather than failing, handle the 504 and retry the request.
* When performing numerous changes via OneDrive online, Microsoft Graph has an issue in interpreting the the response, thus generates a 500 internal server error. As this is something we cannot fix, handle the 500 error by gracefully exiting.
2018-05-05 17:00:50 +10:00
..
config.d Update "hidden" directory & skip_file handling 2018-04-16 21:39:45 +10:00
itemdb.d Integrate #346 for sqlite performance enhancement 2018-05-03 16:38:40 +10:00
log.d Rework OneDrive generating a 412 'Precondition Failed' Error 2018-05-03 16:21:53 +10:00
main.d Display informative message when not using --synchronize 2018-04-24 12:14:36 +10:00
monitor.d refactored selective sync code 2017-03-24 22:31:56 +01:00
onedrive.d Rework OneDrive generating a 412 'Precondition Failed' Error 2018-05-03 16:21:53 +10:00
qxor.d fix error in QuickXorHash implementation 2017-06-16 11:40:07 +02:00
selective.d Update "hidden" directory & skip_file handling 2018-04-16 21:39:45 +10:00
sqlite.d added test for NULL values 2017-06-14 15:48:15 +02:00
sync.d Resolve 500 & 504 HTTP Status Codes 2018-05-05 17:00:50 +10:00
upload.d handle large uploads with parent id 2017-12-31 16:11:02 +01:00
util.d Resolve build deprecation warning 2018-04-30 19:41:54 +10:00