Hernan Mijail Percca Minaya
- Total activity 12
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by Hernan Mijail Percca Minaya-
Hernan Mijail Percca Minaya commented,
Hi Kourtney. Yes. The application has been reauthorized. Should you need any further information, please let me know Thanks. Hernan M
-
Hernan Mijail Percca Minaya created a post,
JWT auth and service account
Hi there. I was trying to access to my box account with a custom app + JWT auth. I'm using the following script: from boxsdk import JWTAuthfrom boxsdk import OAuth2, Clientsdk = JWTAuth.from_settin...
-
Hernan Mijail Percca Minaya commented,
Hi Kourtney. I was trying again and I created a Custom app with JWTauth. I submitted a request for authorization in order to use the APIs. They said me that I don't have to active the make API call...
-
Hernan Mijail Percca Minaya commented,
Hi Alex! I picked the first one, then I picked server Authentication. Thanks. Hernan M
-
Hernan Mijail Percca Minaya commented,
Hi! I'm using the Server Authentication for my Custom App. I've only got a Client ID and the Primary Access Token in order to be authenticated. I think the image you send is related to a Auth2.0, r...
-
Hernan Mijail Percca Minaya commented,
Hi Alex! Thanks for your reply! I was trying to use the impersonation code: user_to_impersonate = client.user(user_id='###########')user_client = client.as_user(user_to_impersonate)items = user_cli...
-
Hernan Mijail Percca Minaya created a post,
API box target
Hey! I wrote the following code with the Python SDK: from boxsdk import DevelopmentClientclient = DevelopmentClient()items = client.folder(folder_id='0').get_items()for item in items: print('{0}...
-
Hernan Mijail Percca Minaya commented,
Thanks!
-
Hernan Mijail Percca Minaya created a post,
Authorization
AnsweredHi team! Is the enterprise authorization required in order to obtain permissions to use the API in a script? I'm trying to connect to the app, but I received a unauthorized message: from boxsdk imp...