aweber
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Posts
Recent activity by aweber-
post processing "all files"?
I am considering a backend service that will post-process all uploaded files in the enterprise (think custom data mining or similar). To do that, I need something like a webhook to notify my servi...
-
overwrite version of file?
In most cases, I agree that versioning files is the optimal way to go. But I'm confused as to when it's "permitted", "not permitted" and "mandatory". For example, I can't find an API in the docs ...
-
remove an item from favorites (collection) via API?
Trying to figure-out the correct syntax for removing a file or folder from the user's Favorites (supposedly the only Collection currently supported in box). Adding one via the REST API is straight...
-
how to associate a Lock object with the applicable file? (especially for events)
When using the /events endpoint, you can receive LOCK_CREATE and LOCK_DESTROY events. These are file-locks on...you guessed it...files! However, the data returned only contains information regard...
-
user events and session_id
There's a session_id field returned with user events. How do I know what "session" that correlates to? For example, is it possible to identify that my app is making the changes, and thus I can ig...