-
Folders that are visible from the SDK don't appear to be visible via the CLI
We have a "Full Dropbox" app installed on a team account. We're setting DROPBOX_MANAGE_APP_KEY and DROPBOX_MANAGE_APP_SECRET. I've also tried with DROPBOX_PERSONAL_APP_KEY and DROPBOX_PERSONAL_APP_SECRET, and DROPBOX_TEAM_APP_KEY and DROPBOX_TEAM_APP_SECRET. For some reason, dbxcli is using my personal home as the root…
-
How to get account object for file uploader?
We have an app that's using team-scoped credentials. A particular file has a `modified_by` attribute that returns an account ID. We have a team-scoped resource (created by constructing a `DropboxTeam` object). That has a `as_user()` method which takes a member id, but this obviously doesn't work for it. We tried…
-
Dropbox scoped-app folder: Visibility of uploaded files to other users
We have a scoped-app, which mounts a folder owned by the app into my account. By piecing-together an invitation URL, we can mount it into other users' accounts as well (all are licensed under a team account). We can formulate a URL to generate an offline access-token, but we couldn't see any events for user operations…
-
Listing members in a team via Python
So, the event we receive via webhooks to a 'full dropbox'-scoped app looks like: [2023-09-15 22:55:42,859 wew.handler_plugins. DEBUG] Received Dropbox event:{ "delta": { "teams": { "dbtid:AADBsJ4zo2S_tS_n3iyHzatB4h16n2yT-2c": [ "dbmid:AAAfY_5hmDSrYzFkd7T2BrWPPepevkydBY0", "dbmid:AAA22dYwGQDF4xFp03M2NWEZq_7jgJV0XX8",…
-
Webhook questions. Also, a way to get actual events?
Dropbox webhooks seem to go conspicuously out of their way to be mysterious in nature. When we receive a webhook, we use a cursor that we're responsible for maintaining to enumerate entries in a directory that the events are supposed to be for, but there appears to be no way of reading the specific events that induced the…
-
Erroneous webhook notifications
I'll do a handful of operations over a specific directory, and I'll seemingly get N webhook notifications a moment later. However, I'll get one or two notifications five or ten minutes later, and the cursor (for that specific directory) will not enumerate anything. What is this?