Skip to main content
Inspiring
November 21, 2013
Question

iPad and Box.net (oauth2)

  • November 21, 2013
  • 1 reply
  • 512 views

I'm stumbling around trying to get Box working in an iPad app, has anyone else managed it?

Thanks in advance...

This topic has been closed for replies.

1 reply

Inspiring
November 21, 2013

What are you trying to do?  If trying to load a file from your app to Box, it might be simpler to use the below.  It uses iOS 'Open In' functionality to open a list of apps based on the file type you want to share.  If Box is installed (or dropbox or Gdrive), they should show up as options.  The below is a basic one that pops the dialog on ipad in top right corner but you can customize it to display in other locations.

https://github.com/katopz/ane-device-file-util

Inspiring
November 22, 2013

From my app I want to:

1. Log in to Box

2. Browse files stored on Box

3. Download files to app’s documents folder