Troubleshooting Meya CLI
My uploads are being throttled
watch
vs upload
watch
vs upload
If you have a bot with a lot of flows, components, and CMS spaces, you could hit the rate limit if you use meya-cli upload
multiple times per minute. Use the meya-cli watch
command instead of meya-cli upload
. The watch
command only uploads files that have changed since you last saved, instead of all files.
If you wish to use upload
, consider specifying a folder to upload, or specific files.
Check your Meya CLI auth token
If you've regenerated your Meya CLI auth token, but haven't updated your bot's local config file, you will see the rate throttling message all the time since the Meya platform will see this as an unauthorized request.
On the Meya platform, click your email in the top-right corner and select Profile. Confirm that your private auth token matches the auth token in your bot's local config file. If not, put the auth token from your profile page into the bot's config file and save it.
Updated over 5 years ago