The service works if I use the suggested download URL in the tutorial, but not with my own parameters.
I’m using Google Drive and I’m creating a request from here:
Because my file is over 100MB, I’ve attached an API key to my request. I am not receiving an ‘Unpickling error’ about my response returning with ‘<’.
Here’s what my Google Drive link looks like:
- model_file_url = ‘https://www.googleapis.com/drive/v3/files/<FILE_ID>?alt=media&key=<API_KEY>’
All results occurred in AppEngine. I can’t run the service locally to test because I receive an error that Starlette cannot be found, which I attribute to a lack of a download even though I’ve downloaded the dependencies multiple times.
In order to test this locally, I’ve been starting a docker process and running docker build .
Is there a better way to run the service locally given that the suggested command doesn’t work for me? python app/server.py serve
I’m on a Mac