Comments
-
Quick follow up here, in the latest versions of SwiftyDropbox, upload/download request objects do now offer a `cancel` method you can call to cancel the request.
-
I don't believe the SwiftyDropbox SDK offers a way to cancel uploads, but I'll pass this along as a feature request.
-
Thanks! We'll look into it and follow up with you in your ticket.
-
Feel free to use a shared link to share the project. If you can reproduce the error with a manual request, e.g., using curl or something, that would be fine too.
-
That code looks fine, and I haven't been able to reproduce this unfortunately. That being the case, can you share a small sample project that reproduces this so we can look into it? You can send it via an API ticket if you'd prefer to share it privately: https://www.dropbox.com/developers/contact Thanks in advance!
-
Can you share the code you're using to check the values? Also, when/where are you checking them? Maybe they're getting altered somewhere along the way. If you can share the output that may be helpful. Also, please share the rest of the code for the actual API call you're making.
-
If you reverted back to the correct values, there wouldn't be any reason to still receive an error. Can you share the full error/output that you're currently getting? I also recommend logging out the values of Constants dropboxAppKey and Constants dropboxAppSecret to make sure they're what you expect. (Don't post your app…
-
When using the OAuth 2 app authorization flow without a redirect URI, as is being done in the sample and screenshot you posted, the authorization code is that string in the text box on the Dropbox site, and needs to be copied into the app to finish the flow. This line reads the authorization code from the console (where…
-
I see, unfortunately, no, there isn't a way to restrict tokens to that level. I'll send this along as a feature request.
-
That's correct, no change on this for file requests. Steve, depending on your use case though, using the Dropbox API to upload directly may work for you: https://www.dropbox.com/developers/documentation/http/documentation#files-upload
-
Unfortunately, no, there currently isn't an API for uploading to a file request, but I'll be sure to pass this along as a feature request.
-
Thanks for the feedback! It's much appreciated, and feedback like this helps us decide how to prioritize our product direction. I can't speak much to why one feature or another was or wasn't implemented (in this case support for the file type permission on the new API v2), but I'm sending this along to the team as a…
-
Thanks! I'll send this along as a request.
-
Hi Michael, API v2 doesn't support the file type permission, but I'll be sure to pass this along as a feature request. (It sounds like some of the functionality was working, but it isn't officially supported unfortunately.) To use API v2, you'll need to register an app with a different permission:…
-
I've sent this along as a request, but I can't promise if or when it may be implemented.
-
If you'd like to contact our business development team, you can do so here: https://www.dropbox.com/contact_bizdev
-
[Cross-linking for reference: https://stackoverflow.com/questions/34185754/is-there-a-way-to-add-a-new-file-format-association-in-dropbox ] Do you mean you'd like a way to have the Dropbox clients (e.g., web, desktop, and mobile) recommend/link to your app when users browse to a file of a particular type? This isn't…
-
It also works for POST. (And API v2 doesn't use PUT.)
-
Thanks for the feedback! I'll send it along to the team. One alternative that may help is using the "arg" query parameter as mentioned in the documentation: "Content-style endpoints These endpoints accept or return file content, so their arguments are instead passed as JSON in the Dropbox-Api-Arg request header, and…
-
The API doesn't currently offer a way to programmatically unlink users/teams, but I'll be sure to pass this along as a feature request. This can be done manually by users though. Users can unlink apps via: https://www.dropbox.com/account/security Team admins can unlink team apps via:…
-
This has been added to /users/get_current_account as email_verified.
-
API v2 doesn't currently expose this, beyond the sharing errors you mentioned, but I'll be sure to pass this along as a feature request.
-
This should be fixed now with version 4.2.5 of the official Dropbox iOS app.
-
Thanks for the reports! We're aware of and working on this issue.
-
Hi Nicole, we came across this looking into this for you: https://community.oracle.com/thread/1150553 It looks like you might be including an old or obsolete JAR in your deployment, and classes in that JAR are somehow conflicting with the newer/correct version of the classes.
-
Are you referring to the quota information being returned in the account information API call? This should reflect the quota of the account linked to the app, which isn't necessarily the same as the account that created the app itself. If you're seeing incorrect information, can you post a sample request/response? (Just be…
-
Thanks for the report! We're looking into it.
-
This isn't currently available in the API, and unfortunately I don't know if or when it might be, but I'll be sure to pass this along as a feature request.
-
The official Objective-C SDK for API v2 has been released here: https://github.com/dropbox/dropbox-sdk-obj-c
-
Hi James, unfortunately SwiftyDropbox doesn't support being used in Objective-C projects yet, but it is something we're planning on. I don't have a timeline to offer right now though.