GAE java.lang.IllegalStateException: Must call one of set*BlobStorage() first

前端 未结 5 572
情歌与酒
情歌与酒 2021-01-14 18:41

I am trying to upload a file in GAE using the Blobstore API. I am getting the following exception when running the GAE server locally (dev mode):

WARNING: /_         


        
5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-14 19:15

    I am not using Maven, just Eclipse and the GAE plugins. I also didn't see any test.jar files in my classpath. I just deleted the Run Configuration in Eclipse and restarted and it worked. No idea what went wrong, but this fixed the issue for me while running in dev/local mode.

提交回复
热议问题