Konstantin
09/01/2021, 12:08 PMHey there! how to add a token file to the storage in the prefect. for example, the error is this:
Task 'request_web [0]': Calling task.run () method ...
15:05:12
INFO
CloudTaskRunner
[Errno 2] No such file or directory: './Tokens/access_token.xml'
Zach Angell
files
argument https://docs.prefect.io/api/latest/storage.html#docker
2. Storing the necessary info in a Prefect Secret and retrieving it from a secret instead of a file https://docs.prefect.io/orchestration/concepts/secrets.htmlKonstantin
09/01/2021, 1:01 PMZach Angell