Describe the issue/error/question
I’m trying to generate a pdf from a google doc file.
I’ve tried using the google drive node or the http request node, without success. The PDF that is returned is empty (but the call is successful).
- I confirm that the file id is good
- I confirm that the source file is a one page google doc with just a few lines of text
- I confirm that this file is not in a shared drive
Please share the workflow
I replaced the file parameter to a fake one for obvious reason.
Share the output returned by the last node
This produces an empty pdf report.
How can I export to a valid pdf?
Thanks