Hey I have a question!!
I have 2 appwrite accounts setup One for users where they store their data. Users have a relation attributes of file I'd to fetch user specific files from storage.
The other account is for organization who have a collection and storage
Now the question is that,
I want to transfer files from my users app to org side, is it possible to do so if I have the storage and collection I'd of the second appwrite account where I have to transfer the files ?
sorry im very lost. you have two projects then? you have 2 appwrite accounts? Console accounts?
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...