Hi,
We are using the CDN Service and we have a large ammount of files that all needs to be downloaded beforehand during the game init.
Currently we are downloading each file one by one by checking out the path’s folder content, requiring lots of individual requests.
Is there a way to download these files as a group? A “download folder/path” API request for example?
Thank you