这在我的本地部署中很好,但在云部署上却不起作用。
with open(file_path, "wb+") as fp:
for chunk in file:
fp.write(chunk)
result = upload.delay(name, file_path)
在另一个文件中:
@shared_task
def upload(name, file_path):
path = Path(path_tmp)
if os.path.isfile(path):
do something
错误是
非路径/mediafile
编写一个React,允许用户使用Register、Login、Update Account Info、Post (Each post contains a short message with 1500 chars or less and/or up to 9 images)和Download Posts。我可以不使用云功能完成所有这些任务,但我想知道哪种方法更好,为什么呢?
例如,对于Set user's account info,我可以在我的应用程序中这样做:
firebase.database().ref(`users/${uid}`)