chanmar
- Activité totale 10
- Dernière activité
- Membre depuis
- Abonné à 0 utilisateur
- Abonnés 0 utilisateur
- Votes 0
- Abonnements 3
Aperçu des activités
Dernière activité effectuée par chanmar-
chanmar a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
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 a créé une publication,
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 a ajouté un commentaire,
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 a créé une publication,
Python parsing file object
RéponduHi 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 a ajouté un commentaire,
Will you be adding any new recipes in the future?Also, it would be really helpful if you had Python examples as well.