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); });
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); });