if(photo == null){
      msg = 'No photo in database associated with this flickr photo id. Nothing to update';
      if(!cb) res.status(500).json(msg);
      else cb(msg);
      return;