Hey,
Any files that I get from the bucket "pubsite_prod_rev_", gets error code: CONTENT_DOWNLOAD_MISMATCH.
bucket.file("reviews/reviews_com.sample.android_201409.csv").download({
destination: './reviews.cvs'
},
function(err, content){
console.log(err.code);//CONTENT_DOWNLOAD_MISMATCH
});