Hey all - i am running into some issues with metaf...
# ask-metaflow
e
Hey all - i am running into some issues with metaflow that i could use some help with, but im not really sure. After some time of iterating on a flow, i get the following error:
Copy code
> python hellworld.py run
Metaflow 2.7.19 executing HelloAWSFlow for user:sderosa
Validating your flow...
    The graph looks good!
Running pylint...
    Pylint is happy!
    Metaflow service error:
    Metadata request (/flows/HelloAWSFlow) failed (code 403): {"message":"Forbidden"}
if i remove my
~/.metaflowconfig
, i can run the helloworld flow no problem. Then when i copy it back, i get the same
403
error. I can
aws s3 cp
without any issues. Any idea whats going on ?