databases.CreateDocumentPermissions()
is undefined
I have both imported
"github.com/appwrite/sdk-for-go/databases"
"github.com/appwrite/sdk-for-go/id"
something similar happened to me when setting up the client like in here it didn't work
but when I followed this other way it worked??
TL;DR
Developers are encountering an issue where `databases.CreateDocumentPermissions()` function is undefined in the Go SDK for Appwrite. The function is imported correctly, but still causing problems. The first method from the documentation does not work while the second one does.