question

Jean-Roch Roy avatar image
Jean-Roch Roy asked

File Management incorrect folder hierarchy

Hello. I have uploaded multiple files to PlayFab using the GetContentUploadUrl API in Unity. The files are placed in multiple folders such as "CSV_Prd" and "CSV_Prod_20160412_1", and further separated in subfolders such as "GroupA" and "GroupB". Here are a few examples, as reported by GetContentList in Postman:

{
  "code": 200,
  "status": "OK",
  "data": {
    "ItemCount": 22,
    "TotalSize": 0,
    "Contents": [
      {
        "Key": "CSV_Prod_20160412_1/GroupA/CaseEvents.csv",
        "Size": 13394,
        "LastModified": "2016-04-13T03:12:18Z"
      },
      {
        "Key": "CSV_Prod_20160412_1/GroupA/CaseInterviews.csv",
        "Size": 8603,
        "LastModified": "2016-04-13T03:12:19Z"
      },
      {
        "Key": "CSV_Prod_20160412_1/GroupA/CaseResearches.csv",
        "Size": 3660,
        "LastModified": "2016-04-13T03:12:19Z"
      },

and so on.

Although the files appear to be correctly uploaded and can be successfully retreived later, the File Management interface of PlayFab dashboard does not show the correct folder hierarchy:

It seems that all the subfolders "GroupA" and "GroupB" under "CSV_Prod_20160412_1" and similar folders have all been collected under "CSV_Prod", resulting in apparent duplications. This is for title 3194. What could explain this?

Thanks you!

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

·
brendan avatar image
brendan answered

I can confirm that your content is in the correct folders in our CDN, so this appears to be a display issue in the Game Manager. I'm filing a bug with the engineer that owns that tool, to get this fixed as soon as possible.

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.

Jean-Roch Roy avatar image Jean-Roch Roy commented ·

Thank you!

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.