|
1431 | 1431 | "collectionId": "PlayFabPostmanSDK-0.7.160201",
|
1432 | 1432 | "dataMode": "raw",
|
1433 | 1433 | "name": "GetContentDownloadUrl",
|
1434 |
| - "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://support.playfab.com/support/discussions/topics/1000059929\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetContentDownloadUrl\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SecretKey\" - The PlayFab API Secret Key, available in the dashboard of your title (https://developer.playfab.com/title/properties/{{titleId}})\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
| 1434 | + "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://community.playfab.com/hc/en-us/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service\n\nApi Documentation: https://api.playfab.com/Documentation/Server/method/GetContentDownloadUrl\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SecretKey\" - The PlayFab API Secret Key, available in the dashboard of your title (https://developer.playfab.com/title/properties/{{titleId}})\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
1435 | 1435 | "descriptionFormat": "html",
|
1436 | 1436 | "currentHelper": "normal",
|
1437 | 1437 | "folder": "PlayFabPostmanSDK-serverFolder",
|
|
2482 | 2482 | "collectionId": "PlayFabPostmanSDK-0.7.160201",
|
2483 | 2483 | "dataMode": "raw",
|
2484 | 2484 | "name": "GetContentDownloadUrl",
|
2485 |
| - "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://support.playfab.com/support/discussions/topics/1000059929\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetContentDownloadUrl\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
| 2485 | + "description": "This API retrieves a pre-signed URL for accessing a content file for the title. A subsequent HTTP GET to the returned URL will attempt to download the content. A HEAD query to the returned URL will attempt to retrieve the metadata of the content. Note that a successful result does not guarantee the existence of this content - if it has not been uploaded, the query to retrieve the data will fail. See this post for more information: https://community.playfab.com/hc/en-us/community/posts/205469488-How-to-upload-files-to-PlayFab-s-Content-Service\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetContentDownloadUrl\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"Key\": Key of the content item to fetch, usually formatted as a path, e.g. images/a.png\n\n\"HttpMethod\": HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.\n\n\"ThruCDN\": True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
2486 | 2486 | "descriptionFormat": "html",
|
2487 | 2487 | "currentHelper": "normal",
|
2488 | 2488 | "folder": "PlayFabPostmanSDK-clientFolder",
|
|
0 commit comments