Search found 14 matches

by Chimar
Tue Oct 27, 2020 3:49 pm
Forum: General Discussion
Topic: ES3Spreadsheet to database without generating local file?
Replies: 2
Views: 741

Re: ES3Spreadsheet to database without generating local file?

Managed to have ES3Spreadsheets be supported through the tools in the editor and it seems to be working. I just had to set the ES3Spreadsheet Index from protected to public. I managed to save something and then use get cell. After I run some more tests and make sure it works in the DB ill post an up...
by Chimar
Tue Oct 27, 2020 3:33 pm
Forum: General Discussion
Topic: ES3Spreadsheet to database without generating local file?
Replies: 2
Views: 741

ES3Spreadsheet to database without generating local file?

I'm trying to figure out a way to save a ES3Spreadsheet without having to generate a file (so I can save spreadsheets to a database without having to generate a CSV file locally, which leads to problems in webgl builds.) A work around would be to save the ES3Spreadsheet to a ES3File that isn't synce...
by Chimar
Mon Sep 28, 2020 11:23 am
Forum: General Discussion
Topic: (Solved - issue was on my server side) Issues with the upload/download code example
Replies: 8
Views: 3645

Re: (Solved - issue was on my server side) Issues with the upload/download code example

Issue is solved - the person who setup the server I was given to work with didn't set it up properly and it didn't have a temp folder.

Joel kindly helped me debug it and figure out what the issue was.
by Chimar
Tue Sep 15, 2020 9:41 am
Forum: General Discussion
Topic: (Solved - issue was on my server side) Issues with the upload/download code example
Replies: 8
Views: 3645

Re: Issues with the upload/download code example

Hey there, My bad, i had forgotten to set drive to anyone with link. I changed it and added a photo of my settings too. I believe the internalMS thing is due to using the Forum Tutorial's saving without generating a local file thing as when I create a file like i normally would for a .csv or .es3 it...
by Chimar
Mon Sep 14, 2020 9:59 am
Forum: General Discussion
Topic: (Solved - issue was on my server side) Issues with the upload/download code example
Replies: 8
Views: 3645

Re: Issues with the upload/download code example

Hi, Sorry for taking so long to reply. The code I have is exactly like the one provided in the tutorial from the forum link I included, the only thing i changed is i added my own server URL and API key (which i edited out of the post) and called the Upload() function on start as " StartCoroutin...
by Chimar
Tue Sep 08, 2020 2:38 pm
Forum: General Discussion
Topic: (Solved - issue was on my server side) Issues with the upload/download code example
Replies: 8
Views: 3645

(Solved - issue was on my server side) Issues with the upload/download code example

Hey Joel, I was using the code example found at https://moodkie.com/forum/viewtopic.php?f=16&t=1707 but i cant seem to get it to work. heres exactly what my code looks like except for the server data which i removed: using System.Collections; using System.Collections.Generic; using UnityEngine; ...
by Chimar
Mon Sep 07, 2020 2:19 pm
Forum: General Discussion
Topic: (Solved - It supports other filetypes) Is cloud save ".es3" only?
Replies: 2
Views: 1108

(Solved - It supports other filetypes) Is cloud save ".es3" only?

Hey there Joel, I was hoping to be able to push CSV files right to the cloud/database but as far as i can tell from documentation (I'm still getting my server up and running so i cant quite test it out myself yet) it only supports es3 files. If it doesn't support being able to use csv would you have...