获取存储在解析服务器上的图像文件

Get an image file stored on a parse server

我有一个 Web 应用程序,前端使用 react-redux,后端使用解析服务器。

我想知道如何获取存储在解析服务器 class 列中的图像文件?

我已经检查了一些关于 Parse.File 的内容,但我一无所获。

你检查过这里的文档了吗:

https://docs.parseplatform.org/js/guide/#files 特别是 https://docs.parseplatform.org/js/guide/#retrieving-file-contents