
mwiller
- Total activity 375
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 156
Comments
Recent activity by mwiller-
Great, I'm glad to hear it's working for you now!
-
In this case, the 404 may indicate a permissions issue; the account you're making the API call as through the CLI might not have access to view the Terms of Service. Here are a few questions tha...
-
Can you post the full error message you're seeing from the CLI? That would be helpful in order to troubleshoot what might be going on with the request the CLI is making for you.
-
The typical ways I've seen this handled for desktop applications is to use either a webview controlled by the application, or have a redirect URL scheme that the application can receive directly....
-
Yes, it does support Metadata Cascade Policies — here's the documentation for creating one: https://github.com/box/box-node-sdk/blob/master/docs/metadata.md#create-cascade-policy
-
Ah, I see — if you want to copy the metadata from one folder to another, it's not enough just to apply the same template to the destination folder; you need to actually move the values too. You'...
-
I'm not sure that I understand your use case — you just want to add the template to the folder, with no actual data? The metadata template itself does not contain any actual values; it's essenti...
-
That's odd — the SDK should be setting the header correctly for you. I just tested on my laptop, and unfortunately I'm not able to reproduce the issue you're seeing. Here's the code I used to t...
-
Unfortunately, there is no such API for determining when indexing has been performed. Per the Search API documentation, the maximum number of results that can be fetched per Search API call (by ...
-
As noted in the documentation snippet I posted, the indexing delay isn't deterministic, and may be longer or shorter than 10 minutes. So, a 10-minute timeout will likely help, but isn't guarante...