error when using ES3Cloud UploadFile and Sync

Discussion and help for Easy Save 3
Post Reply
BBQ ribs
Posts: 2
Joined: Wed Apr 22, 2020 10:15 pm

error when using ES3Cloud UploadFile and Sync

Post by BBQ ribs »

Hi, I'm trying to upload and download files to a server but I'm encountering issues with using the ES3Cloud class' UploadFile method.

UploadFile returns this error when uploading to our server.
Server error: ;
UnityEngine.Debug:LogError(Object)
<UploadRoutine>d__13:MoveNext() (at Assets/Scripts/Player_Recorder.cs:85)
UnityEngine.SetupCoroutine:InvokeMoveNext(IEnumerator, IntPtr) (at C:/buildslave/unity/build/Runtime/Export/Scripting/Coroutines.cs:17)

The file on the server is empty except for a single semi-colon.

UploadFile does NOT return an error when uploading to localhost, however downloading the file from the localhost (through server admin utilities) shows that the file is incomplete (1 KB file size, original is 530 KB).

The Sync method does not return an error with either localhost or the server, however it does upload correctly to localhost.

Any help is appreciated
User avatar
Joel
Moodkie Staff
Posts: 4849
Joined: Wed Nov 07, 2012 10:32 pm

Re: error when using ES3Cloud UploadFile and Sync

Post by Joel »

Hi there,

Would you be able to private message me your ES3Cloud.php and ES3Variables.php files? My best guess is that there's a syntax error somewhere, but I don't appear to be encountering any issues with the ES3Cloud.php and ES3Variables.php at our end.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply