Is it possible to get list of all downloadable files (i.e. short names of all downloadable files) using the cloud code? I need to sent them to the client.
Best Answer
C
Customer Support
said
about 6 years ago
Hi Szymon
In cloud code you can get the downloadables using the following code
var downloadables = Spark.getConfig().getDownloadables();
Regards
Katie
1 Comment
Customer Support
said
about 6 years ago
Answer
Hi Szymon
In cloud code you can get the downloadables using the following code
var downloadables = Spark.getConfig().getDownloadables();
Szymon Majewski
Is it possible to get list of all downloadable files (i.e. short names of all downloadable files) using the cloud code? I need to sent them to the client.
Hi Szymon
In cloud code you can get the downloadables using the following code
var downloadables = Spark.getConfig().getDownloadables();
Regards
Katie
Customer Support
Hi Szymon
In cloud code you can get the downloadables using the following code
var downloadables = Spark.getConfig().getDownloadables();
Regards
Katie
1 person likes this
-
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 2487 topics