@dnutbourne
Sorry for the delay, the weekend arrived.
1. I looked in the UpdraftPlus directory and I can see all of the zip files. so the backup is working, just the dump to Google Drive is failing. So do you mean that I should manually download the zip files myself? (for now)
2. Secondly can you tell me why there are three folders for your plugin?
see screenshot: https://snag.gy/yYXPS0.jpg
3. Yes there does seem to be a JavaScript Error, as follows:
VM659 extensions::uncaught_exception_handler:8 Error in event handler for (unknown): TypeError: Cannot read property 'shortcutLock' of undefined
at chrome-extension://oknpjjbmpnndlpmnhmekjpocelpnlfdi/js/content.js:32:32handler @ VM659 extensions::uncaught_exception_handler:8
https://websitegoeshere/wp-admin/options-general.php?page=updraftplus
keanu.listen(function (shortcut) {
if (!shortcutLock) {
chrome.extension.sendMessage({shortcut: shortcut}, function (res) {
if (res.shortcutLock) {
shortcutLock = true;
}
});
}
});
4. Finally I looked inside the Log File and this is the error:
ERROR: Google Drive upload error (Google_Service_Exception): Error calling PUT https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable&upload_id=AEnB2Uog8ILm23CEScW6-VrYUSo49VTfBImqy7SDUoePxhwvkt8-jCDuswyekmwtCUAOtaGCIuig1irtKeScKVh6jHarpxM-bg: (404) File not found: 0Byy-PTeUj0xGOXBzUnVHV0NIY0U (line: 110, file: /home/websitegoeshere/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php)
4165.160 (5) ERROR: Google Drive upload error: Error calling PUT https://www.googleapis.com/upload/drive/v2/files?uploadType=resumable&upload_id=AEnB2Uog8ILm23CEScW6-VrYUSo49VTfBImqy7SDUoePxhwvkt8-jCDuswyekmwtCUAOtaGCIuig1irtKeScKVh6jHarpxM-bg: (404) File not found: 0Byy-PTeUj0xGOXBzUnVHV0NIY0U (line: 110, file: /home/websitegoeshere/public_html/wp-content/plugins/updraftplus/includes/Google/Http/REST.php)
Cheers