07-31-2012 02:22 PM - edited 08-01-2012 09:07 AM
Has anyone started using the blackberry.io.fileTransfer API for BB10 to upload / download resources from external sites like Twitter or Facebook (e.g. posting images).
https://developer.blackberry.com/html5/apis/blackb
I'm looking to measure how successful people have been so far.
Any unusual connection issues, or response codes that prevent you from interacting with these services?
Edit (08/01/12): Adding link to fileTransfer sample application https://github.com/blackberry/BB10-WebWorks-Sample
07-31-2012 03:58 PM
Hi Adam.
I'm on the way to the fileTransfer API. Next days will give it a try. You want to give it a test in using Twitter/FB or all sources available?
BTW: While reading the API again right now, what about authentification? Thought it is part in other Frameworks on other Platforms as well?!
Regards.
08-01-2012 05:00 AM - edited 08-01-2012 05:43 AM
Working with the fileTransfer Download API brings me to the following requests and issues:
Requests:
Issue:
That's for now.
08-01-2012 09:34 AM - edited 08-01-2012 10:01 AM
Great feedback, thank you for posting.
The question about a progress event has come up before. I will be submitting a feature request to the BB10-WebWorks-Framework project in Github for that. As well, I like your suggestion about improvements to the info object parameter for the success/error callbacks. Added that here:
https://github.com/blackberry/BB10-WebWorks-Framew
Edit: Progress feature request submitted https://github.com/blackberry/BB10-WebWorks-Framew
Note: You are welcome to do the same your own feature requests.
01-11-2013 09:33 AM
Hi Adam,
I'm implementing this in my App now, but after the download starts, the app just crashesh back to the main OS screen.. about 2seconds after.
Any clue what this might be? Running in the latest Dev Alpha.
thanks