question

xred379 avatar image
xred379 asked

CloudScript On Java SDK

I want to execute a cloud script using Java SDK but I cannot find any doc about it.

tried to use:

 PlayFabClientModels.ExecuteCloudScriptRequest Request = new PlayFabClientModels.ExecuteCloudScriptRequest(); 

But it isn't working. How can I run cloud script using Java SDK?

CloudScript
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

·
xred379 avatar image
xred379 answered

oh it is the problem of my FunctionParameter, it works now

10 |1200

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

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.