return this.client
            .getFileContents(this.fileID)
            .then((content) => {
                this.setContent(content);
                return super.load(credentials);