My app creates PDF files saves them to Backendless then emails them to the user.
99% of the time the attachment works, but every so often the email comes without the attachment.
As a work around Im trying to include a link to the file in the email so the user can download it manually if need be.
The problem is the email fails to send if I include a link to the file. as I test I used a PDF link from my server and it works fine.
Is it because the file link includes the app ID and IOS key?
Is there a better work around?
No, IOS key should not effect, at least if you do not have any specific permissions for File Service
Could you please provide us with request payload details (bodyText, bodyHtml, attachments, …) of sending emails which are failing, you can hide any sensitive data from that.