getApiKey().then(getUserInfo).then(clearApiKey).then(
    function() {
        util.log('Success');
    },
    function(error) {