box api - Box v2 API - Basic questions -
i have basic question regarding new box api v2.
i have developed firefox extension (febe) performs automatic, scheduled, unattended backups of user's firefox profile. these backups can (optionally) automatically uploaded user's box account. use v1 api , has been working fine several years. see v1 api being deprecated in december, 2013. mean no longer work, or no longer supported?
if have re-write code (javascript) handle v2 api, still able provide upload capability without user intervention? febe securely stores user's box username , password , silently logs in initiate upload. i've been able research far, seems oauth 2 verification process requires interstitial page confirm users credentials. true? if so, remove 'unattended' aspect of backup.
also, can recommend source of javascript code snippets show examples of box v2 api in action (preferably not jquery, plain, old-fashion javascript)?
does mean no longer work, or no longer supported?
yes, in december 2013 v1 api cease function in entirety.
…will still able provide upload capability without user intervention?
the user need go through initial web flow once authorize use of account. after that, can perform in background.
there aren't sources of sample js i'm aware of, else can chime in on that.
Comments
Post a Comment