Comments
-
No, unfortunately there isn't a way to retrieve a private link to a folder like this, but I'll pass this along as a feature request.
-
If you're signed in to the Dropbox web site as that user, for instance, you wouldn't see the "Product Management" team folder listed in the user's file listing on https://www.dropbox.com/home . You would see it listed on the team's admin console on https://www.dropbox.com/team/admin/team_folders/home though. You could then…
-
Thanks! That's helpful. The "Product Management" team folder can't be found at the path "/Product Management" because that team folder is not mounted in that account (and so does not have a path). It can still be accessed by namespace ID since it does exist and is owned by the team though.
-
Regarding the unexpected 409 errors, can you share the full request and response, including parameter values? I can't offer much insight about these errors without seeing the requests as well, since it seems to vary by folder. Be sure to redact the access token of course. Namespace IDs and paths are safe to include since…
-
@"hady" يبدو أنك ترى مشكلة مختلفة ، لذا يرجى فتح سلسلة محادثات جديدة تتضمن تفاصيل إضافية حتى نتمكن من مساعدتك: https://www.dropboxforum.com/t5/forums/postpage/board-id/101000014 --- يرجى إعفاء ترجماتنا. تم إنشاء ترجماتنا باستخدام مترجم على الإنترنت. نحن نرغب في دعم كل لغة ، لكننا غير مجهزين حاليًا للقيام بذلك. هنا هو…
-
@"MOUHROUH" I see that you're trying to use the /2/files/download endpoint to download a file from a Dropbox link. The /2/files/download endpoint is only for downloading files directly from a connected account, not from a link. (The actual error you got when trying to use it is indicating that you submitted data in the…
-
Using the /2/files/upload endpoints (or /2/files/upload_session/* endpoints, for larger files) is the correct way to upload files. When you do so, you'll specify the 'path' for where to upload the file. This would be the path in the connected account, based on the access token used for the API call. The path does not have…
-
It looks like this Business team is using the new team space and member folders configuration. In that case, the folders inside the team's "shared workspace" won't be listed separately as team folders by /2/team/team_folder/list. You can instead list them by listing the contents of the team space. Please read the Namespace…
-
Thanks for the detailed feedback. We appreciate it. I'll share this with the team.
-
@"mm_POC" Thanks for the feedback! I can't offer insight as to any why any particular feature was or wasn't implemented, but I'll send this along to the team.
-
Please check the JavaScript console for any errors. For instance, the constructor under the 'Dropbox' class is also named 'Dropbox', so you should use `new Dropbox.Dropbox(...)' instead of `new Dropbox(...)'.
-
Dropbox Business API apps can list a team member's linked apps using /2/team/linked_apps/list_member_linked_apps, but there isn't a way for (non-Business) Dropbox API apps to list the linked apps for an account. I'll pass it along as a feature request.
-
No, there isn't an API call to completely unlink an API app. Users can unlink apps via https://www.dropbox.com/account/connected_apps . Apps can revoke specific access tokens using /2/auth/token/revoke, but not entire apps.
-
@"pcuycs" We'll need some more information to help troubleshoot this issue. Please open a new thread with additional details so we can help with this. Specifically, please share: * the request and response for /2/files/list_folder * information about where/how you deleted the files * the webhook notification * the request…
-
Yes, unfortunately due to some changes on the backend, performance on this endpoint worsened recently. I'll bring this up with the team to see if we can improve this in the future, but I can't make any promises.
-
@"signalhype" Can you share the full URL of the Dropbox page showing the error so I can look into this for you? (Feel free to open an API ticket if you'd prefer to share privately.)
-
If you hit the Dropbox API rate limits, you'll get a response with an explicit error message; we don't just block by IP address. The error message you shared isn't coming from Dropbox itself. It sounds like you are unable to reach the Dropbox API servers for some reason. Is there anything on your network connection, e.g.,…
-
The files_upload method expects a string, but you're passing in a file object. You'll need to update your code to pass in a string, e.g., try passing in `f.read()` instead of `f`.
-
If you received a shared link for a folder from the Dropbox Chooser, which would look like "https://www.dropbox.com/sh/...", you can then list the contents of that shared link using the Dropbox API, via the /2/files/list_folder[/continue] endpoints. You should supply the shared link as the "shared_link" parameter, and use…
-
Thanks! That's helpful. Please try again now and let me know if you're still seeing any issues.
-
The Dropbox API /upload endpoint does require that the HTTPS request use one of the Content-Type values listed in the error message you shared. I see that you are attempting to set a valid Content-Type value, but the actual request is using a different value ("multipart..."). It seems that the HTTPS client you're using is…
-
@"iosenqa" I'll follow up with you on your new thread.
-
@"pcuycs" I recommend reviewing the webhooks tutorial and documentation (be sure to switch to the "documentation" tab for that) as it covers this in detail: https://www.dropbox.com/developers/reference/webhooks To answer your specific questions though: * Webhook notifications are sent for any kind of file/folder changes. *…
-
It sounds like your team is using the "team space" configuration. You can access the team space via the API. To do so, you'll need to use the namespace IDs to specify which area you want to access. I recommend reading the Namespace Guide, which covers this in detail:…
-
We are investigating reports of users of certain Internet service providers being unable to reach the Dropbox servers. We are working to resolve these issues. If you are still seeing connectivity issues now, please let me know and supply the output of the following commands from the affected machine: Mac/Linux: traceroute…
-
There isn't a way to ask the API to ignore specific folders, but it sounds like this question is similar to this previous one of yours. As there, the closest thing is the 'include_mounted_folders' option on /2/files/list_folder. (You set the option when calling /2/files/list_folder, and the behavior will follow through…
-
The reported error would be: "unable to get local issuer certificate". Trying directly in curl looks like: $ curl -v "https://www.tarrison.com:8443/webhook/dropbox?challenge=6TV4oooNb9AnHM5vEK6qQw_yXE1dNNWQrcau-UY_YO8" * Trying 35.182.122.11... * Connected to www.tarrison.com (35.182.122.11) port 8443 (#0) * found 148…
-
Thanks for the output. I see you're just running the standard `carthage update --platform iOS` command, which is the same as what I tried. To try to track down the issue here, can you also let me know: * What version of `carthage` do you have installed? You can check with `carthage version`. (I tested on 0.31.2.) * Are you…
-
@"jason_nyc" Thanks for the code/output! I see you're trying to operate on a team folder using a user-linked "Dropbox API" app. To perform this operation, you'd need to use a "Dropbox Business API" with the 'team member file access' permission, using the "Dropbox-API-Select-Admin" header, like in my the example in my…
-
Based on the output you shared, it looks like you're getting a status code of "0". That's not a real HTTP status code, however, so it looks like the HTTPS connection itself may not be succeeding. Is there any reason (e.g., proxy, firewall, security software, etc.) that you wouldn't be able to connect…