Try not using Legacy ?
When I clicked a share button, app got stuck for some time and got this error.
I can notice the default error (or limitation) of Sharing block even now. I am moving to use savefile component. But, I love to use Share option as well.
The purpose of my decision to use file component to download the file instead of sharing it to email. So, can you help me to arrange blocks for that.
How can I download the listview elements? Can you help me with blocks?
Am I right that Sharing component can handle only limited information or It is capable of accepting only first element of listview? If I am wrong please guide me.
Let me try this.
Have you looked in your asd? You set the filescope after you have saved the file. Just try doing a simple save, then build up from there.
First set the scope, then save
Also a correct filename would be
/Download/1.txt
Taifun
Also, the Files component cannot read a file in the shared folders using FileScope “Shared”. This is a known bug that I have mentioned often enough in the last months/years.
You have to use my Mfile extension to read the text file or set the FileScope = Legacy.
Can you share the file extension link?
I am not able to save file. Facing 2001 error.
Search...
Il try using extension little later. Let me share the current issue that I face.
When I click the save button, Label - TextIfSaved is giving the output, /Download/.txt but Label - TestIfGotText is not producing output by showing text. I am able to share the text file as well, but there is no text content in that file when I opened it.
If you test with Companion and there is a test file /Download/1.txt that was created by another app (the compiled app/APK), you cannot overwrite it with Companion. So remove it before you test with Companion.
As a newbie, I don't know to check that. I shall share the ScreenShots, can you guide me to proceed?
Where do I have to check for that File?
Then go to /Download/
and remove 1.txt.
I can't find such file in phone. But, when I enabled Sharing block, I am able to share the file to whatsapp but with no text data.
This is the app
ecom_edit5.aia (152.2 KB)
WORKED:
When I tried your extension MFILE (I used 2nd version), I am able to share file with text contents successfully. That is enough for my project. But, anyhow I can't find 1.txt file in download folder of internal storage.
Thankyou very much.