Having issue when saving avatar in Unity custmize UI

I am using Ready Player me Unity Custom avatar UI . I am able to Login but when I am Saving my custmize avatar i am getting error . Few months back i was able to Login and Save . Now it it not working .“type”:“ForbiddenError”,“status”:403,“message”:“Forbidden”,“code”:“forbidden”}
PUT https://api.readyplayer.me/v2/avatars/669ca7b28409082e90d33da3
UnityEngine.Debug:Log (object)
ReadyPlayerMe.Core.WebRequestDispatcher/d__4`1<ReadyPlayerMe.Core.Response>:MoveNext () (at ./Library/PackageCache/com.readyplayerme.core@3c20dd9798/Runtime/Core/Scripts/Utils/WebRequestDispatcher.cs:87)
UnityEngine.UnitySynchronizationContext:ExecuteTasks ()
Here i am saving id but due to this i am not getting any id .


Same error in latest version but no any support from Ready Player me .I am using Sample Avatar Creator scene , when i am saving my Custmize avatar getting exception on it . Any Idea what can be done ? :{“type”:“ForbiddenError”,“status”:403,“message”:“Forbidden”,“code”:“forbidden”}

UnityEngine.UnitySynchronizationContext:ExecuteTasks ()

Hi there,

Make sure that you have the correct APP ID and Subdomain set up. The Avatar Creator requires a subdomain and an AppID. Login to https://studio.readyplayer.me to obtain a subdomain and AppID. See also Studio (Developer Dashboard).

You can find more information on our documentation here: Build your own Avatar Creator | Ready Player Me.

If that doesn’t help, try clearing your player prefs. Let us know if it starts working for you after these tips!