Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
テーブルにファイル列があります。
ファイルはイメージを表します。
ファイルは問題ありません。バイト配列として取得できます。
この画像への直接 (Web) リンクを取得できますか?
getUrl()メソッドを使用してファイルのURLを取得できます。したがって、imageFileがの場合ParseFile、次の方法でURLを取得します。
getUrl()
imageFile
ParseFile
imageFile.getUrl();
getUrl()動作しなくなりました。代わりに以下を使用してください。
var imageURL = imageFile.url();