Page 1 of 1

How do I upload a pic with MutipleFiles Input without being logged in

Posted: Mon Jan 08, 2018 2:34 pm
by Deon

Is the above possible?
Can I get a session token without logging in?

The reason is that I use Facebook for authentication in the app and dont use Appery however want to store my files in the Appery DB.

I can upload camera images with the cordova plugin without requiring authentication.


How do I upload a pic with MutipleFiles Input without being logged in

Posted: Tue Jan 09, 2018 1:04 pm
by Serhii Kulibaba

Hello Deon,

Yes, it is possible to get the sessionToken for the static user. E.g. use the only one user for all facebook users or create them automatically. And run the login service for that user after success facebook login to get the session token


How do I upload a pic with MutipleFiles Input without being logged in

Posted: Wed Jan 10, 2018 9:12 am
by Deon

Thank you. Works great!