Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
mc1.2023's avatar
mc1.2023
Honored Guest
1 year ago

Sharing spatial anchors error code -1003

Hi,

I am developing an app with shared spatial anchors.

When I call the OVRSpatialAnchor.ShareAsync method the resulting OperationResult is -1003.

I could not find what this error code means. I would be grateful if someone can enlighten me.

1 Reply

Replies have been turned off for this discussion
  • I couldn't guess on that error code, but I can list a few things that bit me when I was first trying out SSA's:

    1) Make sure that the Oculus users that you are sharing your anchors with are actually entitled to the specific app id you are using (ie, setup as test users).

    2) Make sure you have enabled scene data, anchors and shared anchors in your OVRManager object.

    3) Make sure you have successfully saved the anchor to the cloud first (not just local)

    4) Make sure the anchor isn't more than 24 hours old (saved-to-cloud time) - they're only good for 24 hours