dropbox-sdk-obj-c icon indicating copy to clipboard operation
dropbox-sdk-obj-c copied to clipboard

Official Objective-C SDK for the Dropbox API v2.

Results 43 dropbox-sdk-obj-c issues
Sort by recently updated
recently updated
newest added

Lately it seems the batch upload / download methods seem to 'hang' forever and don't timeout (no matter how long you let the request running). I'm frequently receiving reports of...

![Screen Shot 2020-07-04 at 10 49 19 AM](https://user-images.githubusercontent.com/3638007/86517179-2f2ea280-bde4-11ea-9d41-a971b8d35e5a.png)

Hi, I am getting linker error like below screenshot. ![screen shot 2019-01-13 at 11 58 52 pm](https://user-images.githubusercontent.com/1301491/51089215-87588b80-178f-11e9-8a48-48dc43bd5ab4.png)

This was an issue reported perhaps a year ago and was fixed. I've recently moved to the batch upload / download APIs and am now seeing the following. The reliability...

Hi, I am using Dropbox embedded in an application and I have observer a very strange behaviour. On almost all of my devices, up/downloading files with `downloadURL:overwrite:destination` works well, but...

I have to admit, I'm always nervous when trying to handle errors ever since the Dropbox API has changed in v2. For me, it's no longer clear (either in documentation,...

I know this may be a niche request but it would be great to have a new end point / public method to be able to delete multiple files in...

enhancement

Is there (or could there be) a convenient `batchDeleteFiles` method analogous to the `batchUploadFiles` method? I'm aware of `deleteBatch`, but would instead appreciate if there was a way to conveniently...

enhancement

Hi, I am using ObjectiveDropboxOfficial (3.3.5). When I try to authorize for the first time everything works fine, but once I cancel the authorization and try to authorize again, Empty...

The following warning appears in many files: `Converting a pointer value of type 'NSNumber * _Nullable' to a primitive boolean value; instead, either compare the pointer to nil or call...