TannerDotJS
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by TannerDotJS-
TannerDotJS created a post,
Help updating metadata coming from parent folder via cascade policy (Node SDK)
Hi, I am using the Node SDK and having some issues updating meta data on the children folders of parent folders with a metadata cascade policy. Currently I am using client.folders,addMetadata whi...
-
TannerDotJS commented,
Hey I'm having another issue getting the items back from inside a copied folder my code looks something like this client.folders.copy('7***phone number removed for privacy***', destinationFolderI...
-
TannerDotJS commented,
Thanks, that helps a lot. My last question is how you would enable the cascade feature after creating a new metadata tag with client.folders.addMetadata. does the node sdk support that feature ye...
-
TannerDotJS commented,
so basically I have a ton of different product folders that will all contain the same file structure with in them. Im trying to write a script to copy a templated version of that folder structure...
-
TannerDotJS commented,
Thanks, this works when trying to create a custom metadata however how would I go about adding a metadata to a folder from an existing template? Im trying to copy over a folder and then add a temp...
-
TannerDotJS commented,
I realize I have to set this Content-Type in the headers just not exactly sure how to go about doing that. Where exactly do we set the headers?
-
TannerDotJS created a post,
Setting content-type when using box-node-sdk
Hi, I am trying to set metadata to different folders using the box-node-sdk like so: ```client.folders.setMetadata('1111', client.metadata.scopes.ENTERPRISE, 'afterMarketAndService') .then(metada...