teldrive
teldrive copied to clipboard
[Bug]: Documentation doesn't fully specify what needs to be in config.toml
Describe the bug
When running after following Usage instructions, the following error occurs:
Error: required flag(s) "tg-app-hash", "tg-app-id" not set
Apparently, I need to have something like this in config.toml?
[tg]
app-id = "something"
app-hash = "something else"
Nothing in the docs specifies what these values are or where to get them from. Even the example config.toml doesn't include these.
Repoduction
.
Expected behavior
.
Version
latest
Which Platform are you using?
Linux
Additional context
No response
An old version of the docs specified that these are the API ID and API HASH for your Telegram account, which are just misnamed here. They can be accessed from my.telegram.org
Related #37