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
Currently JS SDK only allow user to upload asset by saving a record with asset. We have the uploadAsset in DatabaseContainer which is private and not accessible.
Allow user to access uploadAsset is useful if user want to upload asset before saving record.
Expected Results
Can upload asset through skygear.publicDB.uploadAsset
Actual Results
uploadAsset function is under DatabaseContainer and not accessible
The text was updated successfully, but these errors were encountered:
Currently JS SDK only allow user to upload asset by saving a record with asset. We have the uploadAsset in
DatabaseContainer
which is private and not accessible.Allow user to access
uploadAsset
is useful if user want to upload asset before saving record.Expected Results
Can upload asset through
skygear.publicDB.uploadAsset
Actual Results
uploadAsset
function is under DatabaseContainer and not accessibleThe text was updated successfully, but these errors were encountered: