You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 4, 2019. It is now read-only.
I have a BB10 app that produces a log file. Log file was created with blackberry.io.sandbox = false so it should be somewhere in the app data. To attach this file to the email I'm doing next thing:
varfilepath=Logger.logFileEntry.fullPath;//Logger.logFileEntry is FileEntry//filepath is something like "/accounts/1000/appdata/APP_NAME.testDev_ackBerry_107e9d1c19/data/logs/2013-07-18 20:04:36.log"blackberry.invoke.card.invokeEmailComposer({subject: "Email subject",body: "Email body",to: ["[email protected]"],attachment: [filepath]});
This code opens an email app with an entry in attachments. But attachment has 0 bytes size and when I send this email I receive no attachments.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a BB10 app that produces a log file. Log file was created with
blackberry.io.sandbox = false
so it should be somewhere in the app data. To attach this file to the email I'm doing next thing:This code opens an email app with an entry in attachments. But attachment has 0 bytes size and when I send this email I receive no attachments.
The text was updated successfully, but these errors were encountered: