Page 1 of 1

getting status of 400 (Bad Request) on used to work app

Posted: Tue Jan 28, 2014 5:11 am
by Adi Argov

getting status of 400 (Bad Request) on used to work app

Posted: Tue Jan 28, 2014 5:23 am
by Alena Prykhodko

Hello,

Please share your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and tell us its name.


getting status of 400 (Bad Request) on used to work app

Posted: Tue Jan 28, 2014 5:33 am
by Adi Argov

ScanShow


getting status of 400 (Bad Request) on used to work app

Posted: Tue Jan 28, 2014 12:52 pm
by Maryna Brodina

Hello! In service settings you have {salesforce_instance_url}, but in Salesforce_settings this parameter is empty. Please check all settings.


getting status of 400 (Bad Request) on used to work app

Posted: Tue Jan 28, 2014 3:01 pm
by Adi Argov

according to your document...

"The salesforce_instance_url and salesforce_access_token parameters are filled on API log in"

http://docs.appery.io/tutorials/sales...

what should I enter ?


getting status of 400 (Bad Request) on used to work app

Posted: Wed Jan 29, 2014 12:42 pm
by Maryna Brodina

Hello! Do you login before invoke GetLeadList service?


getting status of 400 (Bad Request) on used to work app

Posted: Wed Jan 29, 2014 10:13 pm
by Adi Argov

Not sure how to respond, but yes I do.
I’m working on this app for a few months, every time is something new stop working with me touching that component.
I know that I need to log in before I run query on salesforce.


getting status of 400 (Bad Request) on used to work app

Posted: Thu Jan 30, 2014 10:32 am
by Maryna Brodina

Hello! Special characters are substituted in a different ways for url and parameters. In service Salesforce_Lead_query_service in the end of url add ?q={q} so that url looks like this pre{salesforce_instance_url}/services/data/{salesforce_api_version}/query?q={q}/pre