无法创建帖子。稍后再试[Google +]

时间:2014-05-22 11:58:47

标签: android google-plus

我的URI有什么问题。

当我通过

时,在下面的代码中

Uri uri = Uri.parse(" https://developers.google.com/+/web/snippet/examples/restaurant");

然后google plus告诉我发布成功

但是当我尝试用这个uri发布时

Uri uri = Uri.parse(" http://xxxxxxxx.xxxxxxxxxx.com/css3020/xxxx/files/video/13.mp4");

然后谷歌+给我错误消息无法创建帖子。稍后再试。当我查看google +帐户时帖子已创建,那么为什么谷歌+显示此错误

Intent shareIntent = new PlusShare.Builder(this)
            .setType("text/plain")
            .setText(""+video.getVideoName())
            .setContentUrl(uri)

            .getIntent();

1 个答案:

答案 0 :(得分:0)

您需要链接到嵌入mp4视频的html /文本文档。不是视频文件本身。