The file scope property of the file Component
The other property is called DefaultFileScope and is not related with the file component
It would really help if you provided a screenshot of your relevant blocks, so we can see what you are trying to do, and where the problem may be.
To get an image of your blocks, right click in the Blocks Editor and select "Download Blocks as Image". You might want to use an image editor to crop etc. if required. Then post it here in the community.
Often the device will not have a name. If the device uses BLE and has a name, the name should be displayed in the address that the MIT BLE extension collects, making it easier for the User to know they are picking the correct device.
So your are a distance away from 'done'. The access to files is different for Android versions below Android 11 (API 30), so you need to cater for that.
But I have tried my app with android version 10 and android version 12. It works fine in both the versions. Can you please explain ? As iam kinda confuse with what you are saying.
Thank you
For Androud <= 10 yes, but you have to ask for permission as @ChrisWard has shown
For Android > 10 it will not work, only if you use /Download and then without asking for permission there
Listing them one-after-another will fill the screen with approval notifiers - not really User Friendly. Better to present the next notifier after the previous one has been answered. For example (not specific to any particular project, this is simply to show how to display the notifiers one-at-a-time):