Skip to main content
Question

Creating folder in external folder

  • May 22, 2025
  • 1 reply
  • 54 views

Forum|alt.badge.img

Hello,

 

I have tried to authenticate with both Oauth2 and JWT for my python application, but i can see only the folders that are created by this application and unfortunately i can not access any other external folders created by others.

Can you tell me if there is an example of authentication proper to handle with external folders please en python because official documentation is missing some import information.

 

Thank you

 

 

1 reply

Forum|alt.badge.img

Hello,

By default application operates in a Service Account scope, which is separated from other users: https://developer.box.com/guides/getting-started/user-types/service-account/

You can look into Python documentation to read more about how to authenticate as a user: