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

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

Hello,

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Adi Argov
Posts: 0
Joined: Fri Nov 01, 2013 7:43 pm

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

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 ?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

Hello! Do you login before invoke GetLeadList service?

Adi Argov
Posts: 0
Joined: Fri Nov 01, 2013 7:43 pm

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

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

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

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

Return to “Issues”