Need 20 testers, Please help me complete it.

mangojack

Expert
Licensed User
Longtime User
On the Account page. I am entering same password as supplied, hitting the send button but nothing happens.?

Ps: seeing a error message. "Network error, failed to connect to easyuploader. Io...... ??????
 

mangojack

Expert
Licensed User
Longtime User
Believe the issue was due to me being on unsecured network ( Bali holiday )

Starting my VPN solved issue. Got to enter Pin dialogue. But then incorrect pin error, so a little lost now.


Edit... Just received email with pin.. Definitely need more dialogue on the Account page explaining the process.
 

tufanv

Expert
Licensed User
Longtime User
So far - looks OK - took me a moment to figure out I needed to sign in / create an account before use. Maybe start with that page if the user isn't signed in? Sign in process is quick and simple.

I don't seem to be able to give "All files access" on my Galaxy A71 Android 13
Login is not
Same as @John Naylor ..

On opening the app, Toast message, " All files access denied" . No permission dialogue presented.

OPPO A16. Android 13
yes will check that. I had to leave for a vacation. I will check that on sunday and fix as needed
 

tufanv

Expert
Licensed User
Longtime User
In fact login is not needed to upload and share files but maybe I messed up the upload system. I will check and fix all of them
 

Ivan Aldaz

Member
Licensed User
Longtime User
Hi, same problem here as others with the "All files access denied". Tried in the 'permission manager' in phone settings, but the app is not in the list.

There is also something wrong in landscape orientation, the animated icon appears behind the text:

1722524426120.png


The icon I have fot the app is a generic icon by Android, not yours. In the application permissions information there is (1)'Allowed: Not permission allowed', and (2) 'Denied: no permission denied' [image in spanish]:

1722525170160.png


And there's a toast message that is not entirely seen, even in landscape orientation:

1722525406458.png


Hope this helps you

My phone is a Samsung Galaxy A52, Android 14
 

josejad

Expert
Licensed User
Longtime User
Same problem, I get a "no have permissions" message.
Now every file I try to upload, I get the message

1722530255536.png


SAMSUNG A13, Android 13
 

John Naylor

Active Member
Licensed User
Longtime User
Hi, same problem here as others with the "All files access denied". Tried in the 'permission manager' in phone settings, but the app is not in the list.

There is also something wrong in landscape orientation, the animated icon appears behind the text:

View attachment 155836

The icon I have fot the app is a generic icon by Android, not yours. In the application permissions information there is (1)'Allowed: Not permission allowed', and (2) 'Denied: no permission denied' [image in spanish]:

View attachment 155837

And there's a toast message that is not entirely seen, even in landscape orientation:

View attachment 155838

Hope this helps you

My phone is a Samsung Galaxy A52, Android 14
And there was me assuming B4XPages and not even rotating my phone....
 

LucasHeer

Active Member
Licensed User
Longtime User
Anyone is welcome to add me as a tester!

Lucasheer AT gmail dot com

Thank you!!
 
Last edited:

tufanv

Expert
Licensed User
Longtime User
I have sent a new build which will probably fix the permission problem. Also minimum android version decreased to 10. The build will probably be live in 12 hours. Thanks for your feedbacks. I will write here when the new build is live.
 

f0raster0

Well-Known Member
Licensed User
Longtime User
Tested on Android 10:

1. Granted permission ("allow")
2. Created a folder Test
3. Received a PIN
However, I'm getting a "Failed to upload file" error..

If I don't wait between selecting the file and clicking "upload," the app crashes. In my opinion, you could add a "loading" indicator to block the screen or disable the "upload" button until the folder is ready. This way, the user can't click "upload" prematurely
 

Cableguy

Expert
Licensed User
Longtime User
Straight upon launch I get "storage access permission denied" or something like that
 

LucasHeer

Active Member
Licensed User
Longtime User
1000006375.png


Hey sir! Your app looks great!! I could see myself using this outside of testing!

For the permissions issue, I was never asked for storage permissions upon loading your app or opening the file browser. Could it possibly be due to runtime permissions? https://www.b4x.com/android/forum/threads/runtime-permissions-android-6-0-permissions.67689/#content

I am honestly unsure, but I always use it before opening content chooser and I believe it asks the user:
B4X:
Dim rp As RuntimePermissions
rp.CheckAndRequest(rp.PERMISSION_WRITE_EXTERNAL_STORAGE)
Wait For B4XPage_PermissionResult (Permission As String, Result As Boolean)

If(Result) Then
    cam.Show("image/*", "Choose image")
Else
    toast.Show("Please grant storage permissions..")
End If


Edit: Just saw this: https://www.b4x.com/android/forum/threads/runtimepermissions.162003/#content

I think I am behind lol

Thank you!!
 
Last edited:

Sagenut

Expert
Licensed User
Longtime User
To me everything was working.
Requested permission, granted, selected file, upload.
 

Cableguy

Expert
Licensed User
Longtime User
Still the same here, on opening the app a "toast" of sort appears stating "Storage Permission Denied"
Can't really do any thing else with it!
 

tufanv

Expert
Licensed User
Longtime User
At first build I requested the sensitive permission but forgot to add to android manifest. So You saw the permission request but didnt see the app on the list so you couldnt give permission. now even if i remove that, I still get the permission denied error. I am trying to fix it still. I will upload a new build when I fix it for sure.
 

f0raster0

Well-Known Member
Licensed User
Longtime User
I tested the iOS version, give you 5 starts! loved.
 

tufanv

Expert
Licensed User
Longtime User
thanks mate. ! For users whose android version wasn't enough must be fixed now with minsdk lowered. I am trying to fix the permissions still. It is a headache.
 
Top