chanmar
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Posts
Recent activity by chanmar-
Create Shared Link in Python
I'm trying to create a shared link for a file -- it returns the file object, so I assume it's working correctly, but the shared_link object in the file object is "none". Any thoughts on this? ...
-
Getting Direct Link without creating Shared Link
Hi there! Is there a way through the API do get the direct link of a file (specifically image .png files) without creating a Shared Link? We're using the Python SDK if that matters. I tried the do...
-
App - Change User Display Name
Hi there, our admin setup an app for us but we wanted to change the name so when our users add the app user as a collaborator to the folder, it will display something that they can understand. In ...
-
Python parsing file object
AnsweredHi there, pretty new to Python and Box SDK. I'm trying to search for certain filetypes and get information like Filename, full folder path, content created, modified, etc.I was able to connect and...