mmickelson
- 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 mmickelson-
mmickelson a ajouté un commentaire,
I agree that the sha1 should be searchable. We create a tool that allows an InDesign user to place images from Box as actual http sources so they are not broken for others who work on the same doc...
-
mmickelson a ajouté un commentaire,
I've been playing with the search API and may have found an issue, either with the documentation or the API.It appears that the query and file_extensions parameters are required, but that isn't in...
-
mmickelson a ajouté un commentaire,
To add to your solution, it looks like I could include a size range. Since I would know the exact size of the file, I could use that to find only files with that specific size. After that, I could...
-
mmickelson a ajouté un commentaire,
Thanks Murtza,Although it isn't ideal, it could work. Maybe someday, the SHA1 could be an option for searching.
-
mmickelson a créé une publication,
Search for matching image
RéponduI'd like to be able to eliminate duplicates of images in Box. For example, if I want to upload a logo and I know that image is already in Box somewhere, I'd like to have some way to search for tha...
-
mmickelson a ajouté un commentaire,
Leaving out the type attribute seems to include everything. Maybe you realized that too but it wasn't clear to me in the beginning. The problem (for me) is still being able to specify just files a...
-
mmickelson a ajouté un commentaire,
Is it possible to get all files AND folders that match the search query. It appears that they "type" parameter allows only one type, file OR folder but not both. In case my question isn't clear, i...