Cloud Backup not working
Hello. We have a project on unreal 5.5.0 for quest 3 and our save system is working and we have cloud backup enabled on dashboard. But when we uninstall the game and reinstall it we seem to lose all the saves. Am I missing some configuration? Thanks for the help.100Views2likes3CommentsCloud Save Failure
Hello, I am trying to save some data to the cloud using the CloudStorage2 API. It works well for me on my headset, but another colleague trying out the same gets this exception below. Kindly help me understand what conflict is this exactly and how can it be resolved? Thank you! CloudStorageBackgroundService: com.oculus.horizon.cloudstorage2.task.UploadSyncTask$UploadSyncException: Upload sync failed during step NEW_CONFLICT_CHECK: Upload conflicts detected: [/SampleDataFile.dat] 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at com.oculus.horizon.cloudstorage2.task.UploadSyncTask$1.then(:48) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at X.0Da.run(:4) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:462) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.util.concurrent.FutureTask.run(FutureTask.java:266) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:301) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: at java.lang.Thread.run(Thread.java:919) 09-02 16:08:45.531 1975 2197 E CloudStorageBackgroundService: Caused by: java.lang.IllegalStateException: Upload conflicts detected: [/SampleDataFile.dat]632Views0likes0Comments