I'm looking at using a library on the cloud that uses a binary look-up table. Is this possible via cloud script? The file is 126mb.
var ranksFile = path.join(__dirname, '../data/HandRanks.dat'); module.exports.ranks = fs.readFileSync(ranksFile);
Hi Vince,
The max file size that we can store is 20mb so I'm afraid that file is too big too store with us.
Thanks,
Liam
Vince Jewlal
I'm looking at using a library on the cloud that uses a binary look-up table. Is this possible via cloud script? The file is 126mb.
Hi Vince,
The max file size that we can store is 20mb so I'm afraid that file is too big too store with us.
Thanks,
Liam
Customer Support
Hi Vince,
The max file size that we can store is 20mb so I'm afraid that file is too big too store with us.
Thanks,
Liam
-
Documentation Notes
-
Design issues with user events
-
Using NoSQL
-
Runtime Collections vs Metadata Collections
-
Anonymous authentication from browser app
-
Modules
-
Movement With Unity
-
Problem with url parameters for downloadables
-
Querying NoSql GameSparks database
-
Challenge accesType
See all 2346 topics