question

Amitai Mazliah avatar image
Amitai Mazliah asked

Economy V2 item files

In the dashboard panel I can create items to catalog V2

and each item can contain files

my question is how to retrieve those files later using the SDK?

PlayFabEconomyAPI.SearchItems

doesn't return the files

In-Game Economy
10 |1200

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

kylemc@microsoft.com avatar image
kylemc@microsoft.com answered

You can also use the Select property on the SearchItems call to request that the server return additional data in the response. The first example shows you how to get the file urls.

10 |1200

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

Rick Chen avatar image
Rick Chen answered

[Update]

As kylemc mentioned, you can add the "Select" property on SearchItems API to get the contents url. Please refer to this document: Search - PlayFab | Microsoft Learn.

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.