Hi, I am trying to integrate cloud code functions but getting error 403 while doing so, I have already authenticated the user
Error:
HttpException: (403) HTTP/1.1 403 Forbidden
Unity.Services.CloudCode.Internal.Http.ResponseHandler.HandleAsyncResponse (Unity.Services.CloudCode.Internal.Http.HttpClientResponse response, System.Collections.Generic.Dictionary2[TKey,TValue] statusCodeToTypeMap) (at ./Library/PackageCache/com.unity.services.cloudcode@49bc6c02e205/Runtime/com.unity.services.cloudcode.internal/Http/ResponseHandler.cs:120) Unity.Services.CloudCode.Internal.Http.ResponseHandler.HandleAsyncResponse[T] (Unity.Services.CloudCode.Internal.Http.HttpClientResponse response, System.Collections.Generic.Dictionary2[TKey,TValue] statusCodeToTypeMap) (at ./Library/PackageCache/com.unity.services.cloudcode@49bc6c02e205/Runtime/com.unity.services.cloudcode.internal/Http/ResponseHandler.cs:226)
Unity.Services.CloudCode.Internal.Apis.CloudCode.CloudCodeApiClient.RunModuleAsync (Unity.Services.CloudCode.Internal.CloudCode.RunModuleRequest request, Unity.Services.CloudCode.Internal.Configuration operationConfiguration) (at ./Library/PackageCache/com.unity.services.cloudcode@49bc6c02e205/Runtime/com.unity.services.cloudcode.internal/Apis/CloudCodeApi.cs:138)
Unity.Services.CloudCode.CloudCodeInternal.GetModuleResponseAsync (System.String module, System.String function, System.Collections.Generic.Dictionary`2[TKey,TValue] args) (at