Search found 14 matches

Go to advanced search

by Ibrahim Ahmed Taymor
Wed Aug 24, 2016 9:35 pm
Forum: Issues
Topic: API Express (Custom REST API) to run SQL query on oracle db
Replies: 1
Views: 842
 
Jump to post

API Express (Custom REST API) to run SQL query on oracle db

I am trying to create a service with API Express (Custom REST API) to run SQL query on oracle db and send a parameter to it as select * from CRM.LEAD where USER_ID in (:userin) And it’s not working, after investigation I found that the parameter is being sent as "'57bb1c1be4b02bb1ffec6c1c','57b...
by Ibrahim Ahmed Taymor
Mon Aug 22, 2016 4:50 pm
Forum: Issues
Topic: API Express Generator absent X-Appery-Session-Token header
Replies: 2
Views: 514
 
Jump to post

API Express Generator absent X-Appery-Session-Token header

Thank you the priority support solved it

You need to pass "X-Appery-Session-Token header" header.

If you using standard API Express methods you need to invoke "AppClientLogin" service to sign in in DB.
Then you can invoke other API express methods.

by Ibrahim Ahmed Taymor
Sun Aug 21, 2016 8:26 pm
Forum: Issues
Topic: API Express Generator absent X-Appery-Session-Token header
Replies: 2
Views: 514
 
Jump to post

API Express Generator absent X-Appery-Session-Token header

When using API Express Generator with secure API Express the following error appears:

{code: "AE002", message: "Incorrect or absent X-Appery-Session-Token header", status: "FORBIDDEN"}

Note: It works without secure API Express

by Ibrahim Ahmed Taymor
Tue Dec 16, 2014 11:12 am
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

Hello,
thanks for your support.

by Ibrahim Ahmed Taymor
Sun Dec 14, 2014 5:07 pm
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

hi , may be we have a complex issues in this way then i changed the way by used dropbox as a images store host steps 1)use appery camera services to take images 2)upload images to dropbox 3)get image URL from dropbox and then send to face plus plus API issues in 2 step i need to add a phonegap plugi...
by Ibrahim Ahmed Taymor
Fri Dec 12, 2014 6:16 pm
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

kindly be informed that step one working but URL not working
may be the table is empty.

Image

Image

by Ibrahim Ahmed Taymor
Fri Dec 12, 2014 4:33 pm
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

i am try this code but the image not working have a text (file:/storage/emulated/0/DCIM/Camera/1418401211483.jpg) any advice i call code captureImage() /code code <script> &#47;&#47;Camera Section &#47;&#47; Wait for PhoneGap to load document&#46;addEventListener("deviceread...
by Ibrahim Ahmed Taymor
Fri Dec 12, 2014 1:21 pm
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

yes
but in the tutorial the image is base64 ( i need URL to send to another API)

like this tutorial
http://devcenter.appery.io/tutorials/...

i can't send image is base64 to the server (i need url file)
like

https://api.appery.io/rest/1/db/files...

by Ibrahim Ahmed Taymor
Fri Dec 12, 2014 12:59 pm
Forum: Issues
Topic: how to upload image capture from camera via POST ?
Replies: 12
Views: 2885
 
Jump to post

how to upload image capture from camera via POST ?

thank you for fast response. i need to upload to Appery.io db as Files to get imge URL sent to http://www.faceplusplus.com/recogniti... like https://api.appery.io/rest/1/db/files... or sent to http://www.faceplusplus.com/recogniti... direct using the binary data of the image uploaded via POST

Go to advanced search