Trying to upload an instant game version to Manage hosted assets screen, getting a CORS error on the upload. Unable to test new versions on facebook. Go to Facebook Developers Apps > User Cases > Launch a game on Facebook > Web hosting > Manage hosted assets and upload a zip file and click Upload to reproduce.
I was able to get around this by using this command from the fb-instant npm package.
fb-instant upload {your-app-id} '{graph-token}' -f build.zip -C \"Deploy\"
You can get app-id in the url of developers dashboard, and graph-token can be generated via this curl command found here
https://developers.facebook.com/docs/facebook-login/guides/access-tokens/
Yes uploading through the Graph API works.
The same problem. I can't upload a new version.
We are experiencing the same issue.
having the same issue
I am also having same issue.