Skip to content
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
This repository was archived by the owner on Feb 19, 2022. It is now read-only.

Export doesn't return an expected value #85

@lflores

Description

@lflores

Hi, thanks alot for this tool, but I don't receive expected result when I try to export a Google Document to text plain. I only receive a false, as result.
But if I try with same id in export test tool, I received expected text.
Could you help me to solve it?

GApi.execute('drive', 'files.export', { fileId: <Google Document Id>, mimeType: 'text/plain' }).then(function (result) { console.log(result); //false value }, function (err) { console.log('Error during export', err); });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions