We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From the example, in the repo this is the extraction:
openwith.load(intent.items[0], function (data, item) { console.log( atob(data)) });
I cannot see how to extract the data... the above log just outputs a string of unreadable content.
The item after load looks like this:
base64: "/9j/4AAQSkZJRgABAQAAAQABAAD/4gIoSUNDX1BST0ZJTEUAAQ" type: "application/octet-stream" uri: "content://com.android.chrome.FileProvider/BlockedFile_319287714984242"
content://com.android.chrome.FileProvider/BlockedFile_319287714984242
I am completely new to android development so I can only assume that I have a wrong config? Should the URI be "BlockedFile"?
related: #102
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From the example, in the repo this is the extraction:
I cannot see how to extract the data... the above log just outputs a string of unreadable content.
The item after load looks like this:
I am completely new to android development so I can only assume that I have a wrong config? Should the URI be "BlockedFile"?
related: #102
The text was updated successfully, but these errors were encountered: