bdudley
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 4
Comments
Recent activity by bdudley-
Brett,Did you happen to figure this out? From what i can tell, the modified_at does indeed update when a user logs in. However, according to the documentation it is "The time this user was last mo...
-
Thanks for the reply... I did verify that all files are being transferred. I also tried adding a timeout to the invoke-webrequest command it didn't seem to help. Further looking at that timeout pa...
-
Bump? Anyone else experience timeouts when trying to move a root folder that contains a lot of data?
-
Thank you.
-
If your events actually stop at the "created_before" datetime... then the API call has to be using the created_before parameter still even though you are providing the stream_position... this goes...
-
Can you share the code? In the original code, createdAfter and createdBefore were variables that you defined... so I would expect that the output is just printing variables you defined and not dat...
-
Thank you. This is pretty much what I eventually did... I think it is working. (My code is in powershell.. but looks very similar). However, what is confusing to me is that once you start using st...
-
Here is a working sample of a function to create a folder with as-user:function New-BoxFolder($token, $foldername, $parentfolderid, $asuser) { #if no parentfolderid, set to 0... create at the root...