Comments
-
Yes, using the "Generate" button to get an access token for your app-user pair would automatically link your account to your app, if it wasn't already. For end-users, your app should send them through the OAuth app authorization flow to link the app: https://www.dropbox.com/developers/reference/oauth-guide…
-
It looks like our comments just crossed. I'm glad to hear you got this working. It sounds like it was just that you didn't have your account linked yet.
-
Hi Nicolae, I just checked and webhooks are working properly for me. There are a few things to note though: - Webhooks will only be sent for users that are linked to your app. Make sure you connect your account to your app before testing webhooks. - Webhooks will only be sent for file/folder changes in linked accounts.…
-
@"DrMDodd" The 9/28/17 date is still the planned date for the API v1 retirement. The timeline can be found in the blog post here. We are reviewing requests for extensions on a case by case basis though. If you need an extension, please open an API ticket and include: * The app key(s) for the app(s) you need an extension…
-
I don't currently have a solution to offer for this on API v2 unfortunately. I just replied to your ticket though and granted your app an extension. Please check the reply there for details.
-
That's the old API v1 documentation. I've updated my answer with the API v2 link. Thanks!
-
Thanks for the report! First, for reference, we highly discourage embedding calls like this into HTML pages, as you're exposing the access token. A malicious visitor to the page could extract the access token and access the account via the API. (You should revoke the one you used on that JSFiddle.) Anyway, I'll ask the…
-
Thanks for the post! I've added your vote to the request to increase this timeout, but I can't promise if or when it would be changed. (I'm not aware of any immediate plans to change it.)
-
Unfortunately it's hard to say off hand what may be happening here. Can you add some logging to see exactly what calls the app is making and what responses it's receiving in both cases? If you can share that, we may be able to offer more insight. (If you'd prefer to share privately, feel free to open an API ticket with…
-
Thanks for the post. I've added it as a duplicate of: https://stackoverflow.com/questions/27263120/dropbox-oauth-2-dynamic-return-url In short, redirect URIs need to be exactly pre-registered, but there's a workaround there that may work for you.
-
No, unfortunately the API doesn't offer a way to link to old versions of files, but I'll pass this along as a feature request.
-
Thanks for following up. I'm glad to hear you got this working. The JavaScript SDK wasn't built for Angular unfortunately, so I can't offer a more official/supported solution.
-
The Dropbox API now supports file IDs for more endpoints, such as /2/files/upload: https://www.dropbox.com/developers/documentation/http/documentation#files-upload If you're using an official SDK, there will also be corresponding methods.
-
The Dropbox API now supports file IDs for /2/files/upload: https://www.dropbox.com/developers/documentation/http/documentation#files-upload If you're using an official SDK, there will also be a corresponding method for this endpoint.
-
The Dropbox API now supports file IDs for /2/files/upload: https://www.dropbox.com/developers/documentation/http/documentation#files-upload If you're using an official SDK, there will also be a corresponding method for this endpoint.
-
The Dropbox API now supports file IDs for list_folder: https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder If you're using an official SDK, there will also be a corresponding method for this endpoint.
-
The Dropbox API now supports file IDs for list_folder: https://www.dropbox.com/developers/documentation/http/documentation#files-list_folder If you're using an official SDK, there will also be a corresponding method for this endpoint.
-
@"jonro" API v1 was deprecated last year, and is no longer supported and is being retired very soon. I'm sorry to hear this caught you by surprise. We sent out emails notifying developers, but unfortunately it sounds like those didn't make it to you. For reference though, /1/shares should still be working for now, and…
-
The Dropbox API now offers a way to determine which admin authorized a particular access token: https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin If you're using an official SDK, there will also be corresponding method for this endpoint.
-
The Dropbox API now offers a way to determine which admin authorized a particular access token: https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin If you're using an official SDK, there will also be corresponding method for this endpoint.
-
The Dropbox API now offers a way to determine which admin authorized a particular access token: https://www.dropbox.com/developers/documentation/http/teams#team-token-get_authenticated_admin If you're using an official SDK, there will also be corresponding method for this endpoint. In the Python SDK, that's:…
-
The Dropbox API now offers a way to create and update Paper documents programmatically: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-update If you're using an official SDK, there will also be…
-
The Dropbox API now offers a way to create and update Paper documents programmatically: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-update If you're using an official SDK, there will also be…
-
The Dropbox API now offers a way to create and update Paper documents programmatically: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-update If you're using an official SDK, there will also be…
-
The Dropbox API now offers a way to create and update Paper documents programmatically: https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-create https://www.dropbox.com/developers/documentation/http/documentation#paper-docs-update If you're using an official SDK, there will also be…
-
Thanks for following up. I'm glad to hear you found the solution you were looking for. I'm not aware of any plans to update create_folder to support file ID-relative paths like that, but I'll pass this along as a feature request.
-
@"WilliamT" This thread is posted in the "API development" section, and is meant for programmers in particular. For non-programmer inquiries, you may be better suited in a different section, such as Find answers > Sharing and collaboration.
-
This should be working now. Please let us know if you're still seeing any issues.
-
This should be working now. Please let us know if you're still seeing any issues.
-
You can now set an approximate limit on the listFolder page size by using ListFolderBuilder.withLimit.