You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I try to get this script running but I always get the error message.
Bei der Aktion „AppleScript ausführen“ ist ein Fehler aufgetreten: „Der Vorgang konnte nicht abgeschlossen werden. (com.apple.Automator-Fehler -212.)“
Maybe your appKey or you're userToken have " (quotation mark) inside of them which will end the string and stop you're compiling process. If this is the case just put a backslash \ in front of the quotation mark.
Hi, I try to get this script running but I always get the error message.
Bei der Aktion „AppleScript ausführen“ ist ein Fehler aufgetreten: „Der Vorgang konnte nicht abgeschlossen werden. (com.apple.Automator-Fehler -212.)“
I enter the API Very from https://trello.com/app-key
and generate a User Token:
https://trello.com/1/authorize?key=60.......&name=Mail2Trello&expiration=never&response_type=token&scope=read,write
Edit the TrelloAutomator.applescript
....
set theAppKey to "60................"
set theUserToken to "3f89e..................."
....
Any idea?
Thanks
Peachy74
The text was updated successfully, but these errors were encountered: