question

andymaddison avatar image
andymaddison asked

ExecuteCloudScript via Postman for Azure functions

I have the PlayFab Postman Collection and can make other calls ok but ExecuteCloudScript is failing when calling an Azure function. When I execute the function via my Unity game it works ok.

"Error": "CloudScriptNotFound",

"Message": "No function named SubmitLeaderboardScore was found to execute",

It is supposed to work?

unity3dCloudScript
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Seth Du avatar image
Seth Du answered

There is a specific API for Azure function, which is ExecuteFunction. Please try to use this one and feel free to tell us if there are any other issues.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

andymaddison avatar image andymaddison commented ·

@SethDu My mistake - I meant I am calling ExecuteFunction in code.

Yes, I found ExecuteFunction under the cloudscript folder in the Postman collection. It works now.

Thanks.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.