nhost / nhost-dart

Nhost Dart & Flutter packages

Home Page:https://nhost.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to add uploadedByUserId when uploading to nhost.

Achudh opened this issue · comments

There are no args to include userId to be used in uploadedByUserId. There is no way to have userId when uploading in nhost reference and docs.

Screenshot 2022-06-11 at 11 56 55 AM

We'll deprecate the uploadedByUserId column. See here: nhost/hasura-storage#4

I recommend that you create a separate table where you save the file id and the user id to track who uploaded what.