Where is Parse REST API key?

独自空忆成欢 提交于 2019-12-13 07:11:07

问题


I'm following this guide on connecting to my Parse server in Flask app. https://parseplatform.github.io/docs/rest/guide/

I have searched lot of forums but none of them tells where I can find the Parse REST API Key. My config vars doesn't have it. All I can find is, App ID, client key and server URL


回答1:


if you are just connecting to your local server, use whatever you want.

Add it to the file where you got your other IDs.

All the best, and I recommend using ParsePy as that will make working with Parse in Python a lot easier.

Good luck



来源:https://stackoverflow.com/questions/40587523/where-is-parse-rest-api-key

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!