should I go and re - set them ?
That seems to mean that the account you are using has access to them (correctly or not)
Probably re-setting them could solve the issue
I'll do some testing
but this also happens with the new files I upload
But did you had setup rules only for the current user?
file permissions look like this
bucket like this
the result of "listfiles" inside my app, (after closing session and opening a new one)
is the same number as all files
Definitely not working properly
I think we have a permission problem on buckets π
Yes, definitely, or at least everything seems to be properly configured. I will try later on a new instance to see if the same thing happens to me
thanks
i think we're going to need to push out another patch with maybe another migration
What should I do to fix this? rollback?
Maybe...we're trying to push out a patch ASAP
oh ok I'll keep an eye here
Okay, 1.3.4 has been released. Please upgrade and run the migrate command https://appwrite.io/docs/upgrade
great!
I forgot replying about this. Tested and yes, it happens the same to me. Will try upgrading
I should just update from the version im now, or the one before?
You can upgrade from 1.3.3
@Steven it seems it worked, as always thanks for all the help !
[SOLVED] Bucket Permissions not working since upgrade to 1.3
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Current User is Not authorized
recreating same Thread
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...