Hello, I am developing a Flutter web app and using the video player package to play videos. The issue arises when I change the file permission to 'users only'; the video won't play, although it works when set to 'anyone'. The video player package offers a headers option, but I'm unsure how to obtain the cookie and the correct structure to send it.
Recommended threads
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...