02-27-2013 09:13 AM
Hi,
I'm trying to write a text file to the file system on my BlackBery 10 DevAlphaB device.
When I do, I get an onwriteerror occuring.
{"type":"error","bubbles":false,"cancelBubble":fal
Error code 10 is Quote Exceeded but the text I'm trying to save is <256 "bytes" long.
Does anyone have any idea what I'm doing wrong?
Solved! Go to Solution.
02-27-2013 09:22 AM - edited 02-27-2013 09:23 AM
Isn't it always the way...
You spend ages looking at something, post a question in the forum and then find the answer yourself.
It turns out I'd copied an old bit of code which set the size of my file space to "0" in the call to requestFileSystem.
I've changed that to 1024*1024 and lo-and-behold its working.