@sid The plugin needs a file that exists on the server if I’m not mistaken…
In my use case I generate invoices, upload them to s3 and then I’d like to be able to download them again and send them to other API’s using this plugin.
Have you had a similar use case? It it possible to use an external link (download.file.com/filename.pdf
)with the extension?
Right now I’m trying to first download the s3 file to my server and then use your extension but I can’t get ‘getFile’ to work: How to download a file from s3 (getfile? downloadfile?)