Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Shashank_Ubi's avatar
Shashank_Ubi
Honored Guest
4 years ago

Cloud 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]
No RepliesBe the first to reply