Cannot access API explorer on localhost

后端 未结 11 1509
南方客
南方客 2020-12-08 16:10

I\'m trying to build an Endpoints application, but am new to Google App Engine.

As I understand it, there\'s some kind of API Explorer included in the SDK that shoul

11条回答
  •  爱一瞬间的悲伤
    2020-12-08 16:54

    The problem is that your python file can't find the import for:

    from protorpc import remote
    

    Therefore use the terminal, skip the GUI, navigate to the appengine sdk directory and put your project in there. For mac it is:

    /Applications/GoogleAppEngineLauncher.app/Contents/Resources/GoogleAppEngine-default.bundle/Contents/Resources/
    

提交回复
热议问题