question

anudeep avatar image
anudeep asked

How Can I read and change my entity files without downloading?

I am looking to read the data from my entity files, As of right now I am downloading it through the url, filedata.DownloadUrl.
Is there already a function where I can just getting the data without actually downloading the file itself? And push the new data into an already existing file on playfab, instead of uploading the file itself.

unity3dentitiesdata
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

·
Xiao Zha avatar image
Xiao Zha answered

There is no such function that you can get your entity files without downloading. You can refer to the GetActualFiles method in documentation. As for the upload file, once you have the payloadStr in OnInitFileUpload method in that documentation, you can push the new data into an already existing file on playfab, instead of uploading the file itself.

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.