abraunegg-onedrive/src
abraunegg 5cb92c01b9 Expand HTTPS debug to include GET JSON responses
* Change debug flag from --debug-http to --debug-https as OneDrive only
uses HTTPS, not HTTP
* Expand --debug-https to print the JSON responses to GET operations.
This is to assist with debugging #334 where a change in the MS API
(https://github.com/OneDrive/onedrive-api-docs/issues/834) no longer
sends 'lastModifiedDateTime' with responses to some GET's. This issue
seems to manefest itself with OneDrive Business accounts currently.
2018-04-15 20:02:39 +10:00
..
config.d implement the recommended way to enumerate changes 2017-05-28 20:54:57 +02:00
itemdb.d removed redundant key parentDriveId 2018-01-02 15:05:32 +01:00
log.d Add uploadOnly flag and add username to logfile name 2018-04-07 17:06:57 +10:00
main.d Expand HTTPS debug to include GET JSON responses 2018-04-15 20:02:39 +10:00
monitor.d refactored selective sync code 2017-03-24 22:31:56 +01:00
onedrive.d Expand HTTPS debug to include GET JSON responses 2018-04-15 20:02:39 +10:00
qxor.d fix error in QuickXorHash implementation 2017-06-16 11:40:07 +02:00
selective.d Fix onedrive not syncing "hidden" directories 2018-04-11 13:02:06 +10:00
sqlite.d added test for NULL values 2017-06-14 15:48:15 +02:00
sync.d Add Microsoft naming conventions and namespace validation for items that will be uploaded 2018-04-13 11:20:38 +10:00
upload.d handle large uploads with parent id 2017-12-31 16:11:02 +01:00
util.d Add Microsoft naming conventions and namespace validation for items that will be uploaded 2018-04-13 11:20:38 +10:00