j12y
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by j12y-
j12y commented,
I've found a workaround by sharing the folder with the ***email address removed for privacy*** which allows the custom app to read files in that folder hierarchy. Is that the only way to search f...
-
j12y commented,
I did figure out how to get user id for a specific user as mentioned in my problem description but that approach gets a 403 "The request requires higher privileges than provided by the access toke...
-
j12y commented,
From another thread, it looks like I'm running into a similar issue: wrote:when you use JWT you don't authenticate as you, the managed user. Instead you are authenticate as a service account, whi...
-
j12y created a post,
Looking for Python SDK Webhook (v2) Sample Code or Tutorial
Goal: Create a webhook that allows me to process an uploaded file with an AWS Lambda function I have been struggling with this project that feels like a basic use case and wondering if anybody can...
-
j12y commented,
The documentation in here is useful:https://github.com/box/box-python-sdk/tree/master/docs/usage was surprised it isn't also included with the readthedocs:https://box-python-sdk.readthedocs.io/en/...
-
j12y created a post,
Webhooks (v2) with Python SDK - Getting Folder ID, Creating Webhook, Getting Address
Goal: create a folder that when I upload a file will call my own API to access and read the file I have a few questions so looking for tips on how to do this with any best practices, resources, or...