question

Ruslan Yun avatar image
Ruslan Yun asked

How to get (download) `title player account` files as Admin (using admin API)?

My players have file in their title player account. I want to download that file using Playfab Admin API. Is it possible? If yes, then how exactly?

apisAccount Management
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

·
Gosen Gao avatar image
Gosen Gao answered

You can use Authentication - Get Entity Token - REST API (PlayFab Authentication) | Microsoft Learn to get a title level entity token first, then use this token to call File - Get Files - REST API (PlayFab Data) | Microsoft Learn on the title player account to get the download URL.

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.