i trying data box api without using access token, folder containing data shared folder containing files can updated box admin.i want use rest api , metadata of changed files , use in app.
so far have not been able access data without using oauth auth_token.
is there way, can access data without using auth_token(i.e without making user log app?)
you cannot access box api without oauth2 access token. user must authorize application, or, if you're working within enterprise can use administrative access token (i.e. 'service' token) access data.
Comments
Post a Comment