Ugo_AugustusU
BuildShip2y ago
17 replies
Ugo_Augustus

url to pdf node not working (same for generated epub files)

I tried to generate epub files from text input, store them to GCP and return a download link, but it wouldn’t work especially because of the file path.

I had to back track and try out the url to pdf file converter and the html to pdf converter nodes you have on your platform both have the same problem. They’re simply not working.

I’ve tried several times to use AI to generate a node that works but still it doesn’t work.

You have templates for converting from firestore to pdf but none for epub, and when I try using the epub-gen node dependency, it throws a file path error, or outputs a path I do not know where to locate. If you can provide me with a guide on this it would be really helpful.
Solution
Hi @Ugo101, could you please share the api reference you are following for epub upload files? Ideally the path should be the bucket should be: process.env.BUCKET, I would recommend to refer to the implementation for the already present GCP Storage nodes.

cc @Luis, maybe we can have a template for this, a suggestion.
Was this page helpful?