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
{{ message }}
This repository was archived by the owner on Oct 29, 2019. It is now read-only.
Since addFile is just storing in the sqlite db as a BLOB object, it's subject to the default limit of ~1 Gb. To support larger files, we'd need to either separate the file in chunks, or use an alternate method of storing or uploading the files onto Data Together.