Dan Ma
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Activity overview
Latest activity by Dan Ma-
Dan Ma created a post,
The update time of command is different from that of UI
when I use the restapi command to get the modified_at like follow, sometimes it is diffrent form the updated at UI.can you tell me the rule.Because I want to use the paramter to do something relat...
-
Dan Ma created a post,
I want to set the tag content to full text(eg:タグ)
I use the update file endpoint and want to set the tag content to full text(eg:タグ),but it doesnot support. how can i set the tag to full text like follow。 -d '{ "tags": "タグ" }'
-
Dan Ma commented,
Hey Kourtney Thank you for your answer,I know the boby parameter.In this way, current tags will be covered. If I want to add or delete tag I have to know the current tags . I want to know if ther...
-
Dan Ma commented,
Hello Kourtney, Thank you for your reply. yes, I want to remove the tag.I used update file endpoint, The parameters are set as follows,but still can't remove tag to null -d '{ "tags": null }' -d '{...
-
Dan Ma created a post,
I want to use the box API to set the tag blank
AnsweredI want to use the box API to set the tag blank, but I set the "tags": null or "tags": "" it doesnt work.curl -i -X PUT "https://upload.box.com/api/2.0/files/12345" \ -H "Authorization: Bearer ...
-
Dan Ma created a post,
I want to use the box API to add and delete tags
AnsweredI want to use the box API to add and delete tags,but the[https://developer.box.com/reference/put-files-id/#param-tags]only support update fucntion.If I dont want to update the current tags,just wan...