Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

API Express AE009

Any updates on this one?

Jeffry Reed
Posts: 0
Joined: Sun Aug 14, 2016 3:59 pm

API Express AE009

While this response is not a solution to your problem, I would like to share a solution to the problems associated with this paradigm of applications in general. Firebase.

Check out this video, https://www.youtube.com/watch?v=xAsvw..., particularly at 27:00 where she gets right to the point regarding image upload.

Although I have just started with Firebase, my initial experience is that is the most advanced platform out there. But I guess one would expect nothing less from Google.

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

API Express AE009

Jeffry,

Thank you for the Firebase hint. This all sounds very promising and I will definitely look into it.

For now I need a solution with a SQL database and the Firebase database does not support this since it is all about JSON. But this could be a powerful instrument for future projects to come. Thanks again.

Jeffry Reed
Posts: 0
Joined: Sun Aug 14, 2016 3:59 pm

API Express AE009

Yeah, I figured as much, just thought I would share since implementing Firebase authentication and file management took me no more than 60 minutes while you have been struggling with the traditional flow for weeks. Good luck!

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express AE009

Hi Bernie, yes - if you need a timely help with such implementation our Service team can help you with that.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express AE009

I've pinged our development team and they are checking out your app right now, if more news will be available, I will let you know.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express AE009

To answer your question about transformation here -- the service is expecting just a pure base64 string without any additional meta data involved.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

API Express AE009

We have checked your app and your case is no exception, most Appery.io developers also run into similar cases, and we decided to write a small app sample that will show how to do this in our platform and we'll publish it on our blog in nearest time.

I think that Cordova Camera plugin is saving image file with additional meta data like: "data:image/jpeg;base64", but the API Express service is expecting to recive just a pure base64 string without any additional meta data.

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

API Express AE009

Illya,
Thank you so much. A small app sample will be perfect.
Can't wait to see.

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

API Express AE009

Oh, and please provide some information on how to read the image from an external database as well. Obviously that would be the next question.

Return to “Issues”