Comments
-
Thanks Greg for quick reply. I am still not able to get the required information. I am summarising my requirement here: 1. An external user drops a file into a team folder that is shared to him externally. 2. I get the event and got the namespaceId of the folder from the event. I can confirm that this is a team folder…
-
Below is the event when a team member uploads file, note that it has field "contextual" under assets>path. { "timestamp": "2019-05-23T01:11:12Z", "event_category": { ".tag": "file_operations" }, "actor": { ".tag": "user", "user": { ".tag": "team_member", "account_id": "dbid:AAC4XXXXXXXXXXXXuv8oCqkHpcyLw", "display_name":…
-
Thanks Kyle !! Passing the header "Dropbox-API-Path-Root" resolves the issue.
-
Thanks for the repsonse , actually I wanted to test a case where I have files uploaded by a user account then delete the account. So, I cant use the id provided by you. Anyway I will wait for the account to be deleted.
-
Workaround provided will not work because once the file is deleted we dont get the fileId in get_metadata call. Example of "get-metadata" call after delete is: { ".tag": "deleted", "name": "move_and_delete.png.html", "path_lower": "/dropbox_regression/delete/move_and_delete.png.html", "path_display":…
-
We found a consistent way to reproduce the issue. 1. Create 2 folders on Dropbox and share folders with any users 2. As a user1 upload file into folder1 3. As a user1 move file to folder2 4. As a user1 (file owner) remove file. Notice that only file_delete event comes with different file_id. I have file_operations logs to…
-
Can someone please clarify the above doubt?
-
Thanks for you response Greg, We (Vera Security) have integration with Dropbox and use the IDs to uniquely identify the file in our system. We listens to the DB events, use the ID to find the file in our system and then perform the corresponding action. Now if the ID is changed then we cannot find the corresponding file in…
-
Thanks Lusil, Is there any difference between the events returned via "https://api.dropbox.com/2/team_log/get_events" api? More specifically , is it that for standard business plan we are not going to get file events when fetching events under "file_operations" category, and only in advanced and above plans, we are going…
-
Thanks Chuck !!
-
Yes, when non-team user mounted the folder then I get "sf_nonteam_mount" event.
-
Thanks for the quick response . We have planned for migrating to V2. I am seeing different behavior: As a team admin I added a non-team user (exist in Dropbox) and I get "sf_nonteam_add_members". As a team admin I added a non-team user (does not exist in Dropbox) and I get "sf_nonteam_invite". And when the new user created…
-
We have had multiple instances of this, where for eg. in a Team folder on which a Group had access, a user who was always part of this group uploads a file, we get the event and the fileId, and we try to run get_metadata on the file Id, with as-user as the same user, it was failing with 409 path not found. What information…
-
I looked at the documentation under "Receiving notifications": https://www.dropbox.com/developers/reference/webhooks#webhooks, but I dont see any information about number of failed attempts before the webhook is disabled.
-
Thanks gregory. Is there any other way to find out who authenticates?
-
Hi Steve, I am also looking for exactly same information. I need email_address of members of a shared_folder. Is this still under consideration? Thanks, Manish
-
Thanks for quick response !! Is there any separate API which gives details of users if uid is provided? Thanks, Manish