Hi, In my game I need to share images to the second player I'm playing realtime multiplayer with. However, after going through forums and discussions I found out that the best way to do this is to use the Upload API by App42 Cloud APIs. There the first player can upload the file and share the URL with other player who then can download the files. My questions on this are:
-
Is there a limit on number of files a user can upload or overall number of files that can be uploaded in FREE plan ?
-
As in free plan, storage limit is 1GB. What if I delete all the files after the storage reaches 1GB ? Will I be able to upload files after that again ?
Please guide me in the following and provide me as much information on this as you can. I really need take a decision before I can implement all this in my game. Thanks