You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`createFile()`| Creates the file from the local in the Appwrite project using the unique bucket ID. |[Example](/examples/storage/files/createFile.cpp)|
18
19
|`getFile()`| Fetches the file from the bucket in the Appwrite project using the unique bucket ID. |[Example](/examples/storage/files/getFile.cpp)|
19
20
|`getFileView()`| Fetches the file from the bucket in the Appwrite project using the unique bucket ID. |[Example](/examples/storage/files/getFileView.cpp)|
20
21
|`getFileDownload()`| Retrieves a file buffer for download from the buckets in the Appwrite project. |[Example](/examples/storage/files/getFileDownload.cpp)|
0 commit comments