You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromserver.utils.uploadimportupload_imagedefupload_test(request):
...
image=request.FILES["image"]
#위에서 request로부터 받은 image file을 upload_image(파일, 넣을 폴더명)으로 넣으면 이미지 uri 주소를 반환해준다.#해당 uri를 활용해서 save하면 db에 저장, 혹은 Response해줄 수 있다. public_uri=upload_image(image, "review")
이미지파일 GCS로 서비스하기
The text was updated successfully, but these errors were encountered: