wanikanify icon indicating copy to clipboard operation
wanikanify copied to clipboard

Large custom vocab lists exceeding Google quota

Open nao-de opened this issue 7 years ago • 0 comments

The Chrome sync storage caps at 8,192 bytes per item, which causes the error message

Unchecked runtime.lastError while running storage.set: QUOTA_BYTES_PER_ITEM quota exceeded

To appear in the console when a large custom vocab list is input. First, it might be nice to try and display a pop-up with some sort of feedback if the vocab list sync is successful or not. Second, it may be worth considering an option to toggle between local and storage sync. Local storage is 5,242,880 bytes and would allow users to insert larger custom vocab lists.

See here.

nao-de avatar Mar 30 '17 03:03 nao-de