Skip to main content
Participating Frequently
November 10, 2011
Question

DROPBOX

  • November 10, 2011
  • 1 reply
  • 1116 views

Hi everyone,

I'm newbie about flashbuilder but I need to connect an Iphone application written in AS3 at Dropbox, unfortunately there is not API support for action script,

so I'm going to to develop a my native extension in order to connect my application to dropbox storage folder.

I think that the development is possible but I don't know what time its need, so do you have some useful advise for me?

Somebody have already developed somethink like this?

waiting your reply

thank you very much

Andrea

This topic has been closed for replies.

1 reply

Innovatology
Participating Frequently
November 10, 2011

It is possible using native extensions, but if you are new to AS3 and need to ask this question I doubt whether you'll be able to do it. Native extensions are quite complicated, much more complicated than the Dropbox API, and offer little or no advantage for this purpose. It would be easier to read up on the API specs, which are pretty simple, and write it all in AS3.

But why not use this AS3 library: http://code.google.com/p/dropbox-as3/ ? It works just fine!

Participating Frequently
November 10, 2011

thank your reply.

I already used the dropbox API that you have suggested me, but it doesn't works because use a deprecated API version.

Maybe, I wrong something I don't know.

Andrea