You are reading a single comment by @Gordon and its replies.
Click here to read the full conversation.
-
@Gordon, thank you so much for your explanation in detail. That’s exactly what I wanted to know.
Cheers!
@Gordon, thank you so much for your explanation in detail. That’s exactly what I wanted to know.
Cheers!
Hi, the issue is the difference between
StorageFile
(made/read with.open
) which is a variable length file, and files that are made with.write
(and read with.read
) and are fixed length. When you upload with the IDE you can only upload normal files, notStorageFile
You might be able to do:
on the Bangle to convert the non-storagefile to a storagefile though