diff --git a/lib/channel/mediarefresher.js b/lib/channel/mediarefresher.js index c677fa69..a56766d3 100644 --- a/lib/channel/mediarefresher.js +++ b/lib/channel/mediarefresher.js @@ -84,6 +84,7 @@ MediaRefresherModule.prototype.refreshGoogleDocs = function (media, cb) { case "HTTP 302": case "Video not found": case "Private video": + case "Google Docs error: Video has exceeded quota": self.channel.logger.log("[mediarefresher] Google Docs refresh failed: " + err); self.channel.activeLock.release();