简体   繁体   English

在Dropbox上托管Webgl游戏,并将其与Facebook安全画布一起使用

[英]Hosting webgl game on dropbox and use it with facebook secure canvas

I have a webgl game and I want to put it in facebook secure canvas. 我有一个webgl游戏,我想将其放在facebook安全画布中。 Since dropbox is https secure, I want to upload the game there and paste the link to the facebook secure canvas settings, but I got this error: 由于Dropbox是https安全的,因此我想在那里上传游戏,并将链接粘贴到Facebook安全画布设置,但出现此错误:

must point to a directory (i.e., end with a '/' or a dynamic page (i.e., have a '?' somewhere).

在此处输入图片说明

Any solution? 有什么办法吗?

It would seem that facebook does not like static HTML pages. 看来Facebook不喜欢静态HTML页面。 Try changing the Secure Canvas URL to include ?secure (or any other word/variables as long as it starts with a question mark). 尝试将Secure Canvas URL更改为包括?secure(或其他任何单词/变量,只要它以问号开头)。 Meaning: 含义:

https://www.dropbox.com/home/Public/whatever/index2.html?secure

Hope it helps! 希望能帮助到你!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM