
Is it possible to create a database collection in Appwrite using REST API from flutter code?

Creating collection from Client side SDK is prohibited due to security reasons. You can use the Server SDK for that (though its not recommend to use in the client apps)
One thing you can do is create a cloud function and you can execute this manually from client side

Thank You

You can via REST, on client or server. Just need to pass key

You can't via client side sdk, like @Maniac_Fighter explain. But if you use fetch from browser (or other), np

Nevertheless, it's not recommended to use API Key in frontend

If all is ok for you. Don't forget to add [SOLVED] at begin of your post title, by editing it
Recommended threads
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
- I keep getting this error and idk why i ...
