Hey community,
I’m running into a weird problem and would love some input.
I’m using the following setup in Make:
-
GetMyInvoices - Watch Documents -
GetMyInvoices - Get a Document
The document seems to come through as Base64, and when I try to upload it to OneDrive (using the regular OneDrive upload module), the file gets saved as a PDF, but it’s corrupted every time. Can’t open it in any PDF viewer.
I’ve tried a bunch of things:
-
Decoding with
ToBinary() -
Running custom JavaScript inside Make
-
Even tried some Python and a few external tools
→ no luck so far. Either the output is still broken, or the module doesn’t accept it at all.
I feel like I’m missing a simple step. Maybe there’s a cleaner way to fetch the raw binary and skip the Base64 entirely?
Has anyone got this working end-to-end? I’d be super thankful for any ideas or working examples. Happy to share more details if needed.
Cheers,
Marc
