chanmar
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
Activity overview
Latest activity by chanmar-
chanmar created a post,
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? ...
-
chanmar commented,
Thanks for the suggestions. We would need a permalink to it, so the first option would not work in our use case. I tried the authenticated_download_url but it does not load or when used in an img ...
-
chanmar created a post,
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...
-
chanmar created a post,
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 ...
-
chanmar commented,
Omg that was it! Thank you so much! Can I ask another question? I notice that when I search_folders it doesn't returns "tags" in the response even though my file has tags on it. Was this dropped f...
-
chanmar created a post,
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...
-
chanmar commented,
Will you be adding any new recipes in the future?Also, it would be really helpful if you had Python examples as well.