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.
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
Hello,
thanks for your support.
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