标签: android image file parse-platform
我的表格中有文件列。
该文件代表图像。
文件没问题,我可以get it as byte array.
我可以获得此图片的直接(网络)链接吗?
答案 0 :(得分:7)
您可以使用getUrl()方法获取文件的网址。因此,如果imageFile是ParseFile,您将以这种方式获取网址:
getUrl()
imageFile
ParseFile
imageFile.getUrl();