You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 19, 2022. It is now read-only.
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); });