Hi,
我在用Unity SDK。按照文档里面的“本地文件”上传一节中的代码来上传一个本地的图片,但过程中发生了以下的错误:
get_internetReachability can only be called from the main thread.
Constructors and field initialisers will be executed from the loading thread when loading a scene.
保存对象和用户注册都没问题,就是上传图片文件时出现这一个错误。
在_File表可以看到有这个文件的row,但是点进url,则是{"error":"Document not found"}
不知大家有什么看法?
谢谢!