Search found 4 matches

by otisildor
Mon Feb 26, 2024 7:30 am
Forum: General Discussion
Topic: Cloud.sync issue - file too big maybe? Or custom types?
Replies: 1
Views: 1472

Cloud.sync issue - file too big maybe? Or custom types?

Hi, here is my issue: I have tested using the cloud.sync function to save a file to my server and it works! I can see the file in my es3cloud table in mysql. The test file that I send up is super simple - I just use the ES3.Save function to save one short string and that is all that is in the file t...
by otisildor
Mon Feb 26, 2024 6:43 am
Forum: General Discussion
Topic: Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to table.
Replies: 4
Views: 1558

Re: Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to tabl

Yes, I checked and made sure I was using the latest version of ES3. One issue I had previously was that I had to manually add the ES3Variables.php file to my server since the ES3Cloud.php file was unable to write it to the server due to permission restrictions. What I decided to do was delete my ES3...
by otisildor
Fri Feb 23, 2024 7:14 pm
Forum: General Discussion
Topic: Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to table.
Replies: 4
Views: 1558

Re: Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to tabl

Thanks Joel, One weird thing is that when I put in an incorrect API key in my sync function, it recognizes that and I get the "Incorrect API Key" error, which to me indicates that it is receiving the POST data? It is only when I put in the correct API key that I get the "ES3CLoud is f...
by otisildor
Fri Feb 23, 2024 7:29 am
Forum: General Discussion
Topic: Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to table.
Replies: 4
Views: 1558

Using Cloud.Sync function returns 'ES3Cloud is functioning correctly' server error, but file is not uploaded to table.

Hi, I followed the steps to get the es3Cloud table created in my mySQL database, and I also manually created the ES3Variables.php file. Here is my code in unity: var cloud = new ES3Cloud("http://XXXXXXXXXXX/ES3Cloud.php", "1234XXXXX1234"); //(XXXXXs are just to hide the real info...