Instead of
databases..collections..create
I want to have it only work on a specific collection, is that possible?
If not any plans to implement this feature?
“ databases. * .collections. * .create” is what i meant before
Try -
databases.DB-ID.collections.COLL-ID.create
but i am not sure of your usecase, this would only fire once when that ID collection is created.
Recommended threads
- Missing scope after OAuth login
I want to get the current user with account.get after an OAuth login like Google but I always GET https://cloud.appwrite.io/v1/account 401 (Unauthorized) User (...
- Why TablesDB ListRows function does not ...
When I try to list the rows with queries, there is no column data included in the returned value with forced me to fetch the items one-by-one with ID (which was...
- Why custom domain not working - verifi...
I have asked AI to suggest running terminal commands to check my current setup for the my custom domain - api.mydomainname.com - at Appwrite Cloud Here is the...