I want to develop an addon with the addon builder. I read that with simple storage one can have about 5 megabytes for his addon, but 5 mgb won’t do it for my app. I need more. What could I do?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot do much given the Add-on SDK API. Instead you could break out of the sandbox and create a file in user’s profile directory (see File I/O code snippets). E.g. something along these lines to read the file
myData.txtfrom user’s profile:Note that the unusual syntax to import modules is due to bug 683217.