How I can upload a text file to the server?
I need to use the file to read the code means cloud data .
The file contains data and level of my game.
thanks
Best Answer
G
Greg Quinn
said
over 7 years ago
Ignacio you need to do the following..
1.) Write your data in JSON format. 2.) Click on NoSQL tab in Admin Portal 3.) Click Create - Choose Runtime Collection 4.) Click Insert - Paste your JSON data to add to collection
5.) Query your data using Events
Then you can paste that JSON in
1 Comment
G
Greg Quinn
said
over 7 years ago
Answer
Ignacio you need to do the following..
1.) Write your data in JSON format. 2.) Click on NoSQL tab in Admin Portal 3.) Click Create - Choose Runtime Collection 4.) Click Insert - Paste your JSON data to add to collection
ignacio gattei
Ignacio you need to do the following..
1.) Write your data in JSON format.
2.) Click on NoSQL tab in Admin Portal
3.) Click Create - Choose Runtime Collection
4.) Click Insert - Paste your JSON data to add to collection
5.) Query your data using Events
Then you can paste that JSON in
Greg Quinn
Ignacio you need to do the following..
1.) Write your data in JSON format.
2.) Click on NoSQL tab in Admin Portal
3.) Click Create - Choose Runtime Collection
4.) Click Insert - Paste your JSON data to add to collection
5.) Query your data using Events
Then you can paste that JSON in
-
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