Mike Grytsai
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 33
Activity overview
Latest activity by Mike Grytsai-
Mike Grytsai commented,
Official comment Hello, There is a similar question in our Github which can answer your question. Please take a look at https://github.com/box/box-windows-sdk-v2/issues/891#issuecomment-1441404482 Collaboration can...
-
Mike Grytsai commented,
To solve this limitation you can possibly do the following: Define let events Select shorter period
-
Mike Grytsai commented,
It could be due to event limit.Currently our documentation for this script state: Due to scale issue, CLI can't handle more than 1M events per run and as a run the Inactive Users Report will fail....
-
Mike Grytsai commented,
Hi Jayesh, On Windows, Powershell should be already installed. you can verify it by running `pwsh`.
-
Mike Grytsai commented,
Understand. I'm not sure there is an endpoint to return just last login date. You can use enterprise event to figure out the latest login date (by filtering and sorting the API response)
-
Mike Grytsai commented,
The way inactive user report works is that it returns you a list of inactive users. So you won't get a list of events as an output of your script run. If there was a login event or any other event...
-
Mike Grytsai commented,
You can use Events API to get LOGIN event details. You can do it with CLI: box events --enterprise --limit=500 --event-types=LOGIN
-
Mike Grytsai commented,
Official comment Hi Dane,This is probably due to some proxy server in your company.Encourage you to take a look at Python SDK Github page. There is the same question - https://github.com/box/box-python-sdk/issues/725
-
Mike Grytsai commented,
Hi David,One of the options can be to use Box CLI and User provisioning script to run on a regular basis to monitor new users and create folders for them.
-
Mike Grytsai commented,
Reasons for the below error could be that path provided to the config file is wrong. Are you sure you provided the right file path? you can test it by executing `cat /file/path/config.json`, this ...