-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch Upload - Permission Denied #164
Comments
Same issue here! |
Same! |
I was able to fix it by manually generating a token at: |
fix didn't work for me, assuming i replaced the token properly. Did you put it inside the match[]. or put the token after the =? I've tried multiple different ways no luck |
I tried this approach, #164 (comment), but the api is returning |
Just to clarify what @DavidWatkins did (and does work for me), commenting lines 153-158 (or simply remove) and making it read:
|
So now this doesn't error but it doesn't do anything either |
mcconkiee's tip seemed to work for me but I'm not seeing them in the actual application even after three hours. I found an alternative solution using chrome extensions.
|
Sometimes the URL filenames do not match the emoji's name. Here is my solution. In theory someone could make a browser extension that reads a YAML file, downloads the data and then uploads it to slack. |
I am having the same issue @davem-git is having. I modified the
|
I copied the batchUploadExample.sh file and edited the top fields. Saved as batchUpload.sh and tried running
./batchUpload.sh
I am getting a permission error but my shell is running as root.
In addition:
Running just one file upload throws an app error after I put in 2FA.
Uh oh! Error: Application Error: unable to find api token on login page
The text was updated successfully, but these errors were encountered: