Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
Locked
0

iPad and Box.net (oauth2)

Explorer ,
Nov 21, 2013 Nov 21, 2013

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

Thanks in advance...

TOPICS
Development
484
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 21, 2013 Nov 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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Nov 22, 2013 Nov 22, 2013
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines