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 has been 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); });
The text was updated successfully, but these errors were encountered:
I have investigated the "error", and I have discovered that the answer from service, it's encoded as gzip.
I think that's the problem and I don't know how to solve it, using this api.
I both cases of tests, the answer it's same in encoding, and same encoded string.
I'm using Google API v3 and I'm loading with: GApi.load('drive', 'v3');
lflores
changed the title
Export doesn't return a expected value
Export doesn't return an expected value
Nov 24, 2016
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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); });
The text was updated successfully, but these errors were encountered: