Fetching rasa models from google bucket to serve

How do I provide a path to projects directory as a google bucket instead of local python -m rasa_nlu.server --storage gcs --path ./models --port 8089 Tried the above after setting up $GOOGLE_APPLICATION_CREDENTIALS to path to key file and $BUCKET_NAME to my google bucket name. I have a default folder in the root of my bucket folder having models inside the default project folder. But I can’t seem to query it, there is an error in path

  • Which versions are you using?
  • Can you provide the exact error message?