dropbox / dropbox-sdk-obj-c

Official Objective-C SDK for the Dropbox API v2.
MIT License
183 stars 117 forks source link

batchUploadFiles not returning since 6.3.0 #353

Closed michaelkircher closed 2 years ago

michaelkircher commented 2 years ago

Since version 6.3.0 all calls to batchUploadFiles are not calling the completion handler. Switching back to 6.2.3 makes it work again.

greg-db commented 2 years ago

Thanks for the report! I'll ask the team to look into it.

greg-db commented 2 years ago

This is fixed in v6.3.2. Thanks again!

michaelkircher commented 2 years ago

Works, thanks for the fast fix.