Packetwire
Posts: 0
Joined: Tue Mar 04, 2014 10:01 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Attempting to use the Twilio SMS plugin, but I keep getting the following response when testing -

"response":{
"code":20003,
"detail":"Your AccountSid or AuthToken was incorrect.",
"message":"Authentication Error - No credentials provided",
"more_info":"https://www.twilio.com/docs/errors/20003",
"status":401

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hello,

Please see Error - 20003 log "Permission Denied" : You lack permission to access the resource and method you requested.
How exactly do you set it up?

Packetwire
Posts: 0
Joined: Tue Mar 04, 2014 10:01 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Create New - From Plugin - Twilio SMS API - Import Selected Plugins.
Navigated to Twilio_Settings - Added in my Twilio AccountSID and AuthToken and Saved.

Pretty standard fare...did I miss a step somewhere?

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hello!

Please add AuthToken to request’s parameter Authorization for service Twilio_SMSService

Packetwire
Posts: 0
Joined: Tue Mar 04, 2014 10:01 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Nikita - Not too sure what you mean above, can you clarify?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hi -

You need to do next changes:

  1. "Twillo_SMS" page-Data-"smsService"-Edit Mapping-Autorization and click "Edit JS". http://prntscr.com/33vsql/direct

  2. Change two object "TwilioSettings" to "Twilio_Settings". http://prntscr.com/33vt8o/direct

    Also, if you use trial free account, you should know about next things:

  3. in the "To" field you should use only verified phone numbers.

  4. in the "From" field you should use only your twillo number.

    http://prntscr.com/33vwfz/direct

    Regards.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hi Everyone,

build the app using the Twilio SMS stuff.
good tutorial ... I'm very new in the App World and didn't know about that kind of service ... perfect for what I was looking for.

well, could you give me some directions for the code to:
. attach an image to SMS,
. to send a group (of phone numbers) a same SMS ?

thk you very much in advance
Eric

PS: that Appery really amazes me.

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hello,

Please take a look here how to send images in sms:
http://www.twilio.com/help/faq/sms/ho...

I can not found ability to send sms to multiple reciepients.
https://www.twilio.com/docs/api/rest/...

But you can invoke service multiple times for each phone.

Regards.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hi Yurii, thks for your prompt feedback. I'll look into this.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Having issues with the Twilio Plugin - Does not appear to be passing the credentials. Anyone have any thoughts?

Hi
This is not working. Your Documentation is outdated. Please can you update.

Return to “Issues”