nhost / nhost-dart

Nhost Dart & Flutter packages
https://nhost.io
MIT License
90 stars 32 forks source link

Using `Storage.uploadBytes` to upload file result `uploadedByUserId` is always null #99

Closed vipafattal closed 1 year ago

mhadaily commented 1 year ago

I am sorry I didn't understand, the uploadBytes should return Future<FileMetadata> ?

vipafattal commented 1 year ago

Sorry, I didn't mean on the front end but on the backend, the column upload_by_user_id in the files table is always null

mhadaily commented 1 year ago

Then, this is not related to Dart SDK, however, I will try to reproduce and report it back to the team.

Yasirunet commented 1 year ago

Hey... Getting the same issue.. upload_by_user_id is always null in the storage.files table

any fixes for this??

dbarrosop commented 1 year ago

No, that field was deprecated long ago so this is intended. There was some discussion an alternative solutions here.