QUOTA_BYTES quota exceeded

Issue #38 new
Christopher Phillips created an issue

When I upload my file it appears to ingest them and gives the message, "Settings saved. 315340 users imported from file."

However it does not appear to be importing any data. When I look in the console it gives the following error:

#!
Unchecked runtime.lastError while running storage.set: QUOTA_BYTES quota exceeded
    at FileReader.reader.onload (chrome-extension://kocaompbindpaanpabjeeechkofidmbh/src/options/options.js:269:42)

It is a fairly large CSV file (7.3MB) that may be too big to be stored locally which is understandable. However, you may want to provide some documentation on the size of the files allowed and possibly a check for runtime.lastError to catch the issue.

Regardless, thanks for the great tool!

Comments (1)

  1. Log in to comment