-
Incorrect layout of authentication dialog on iPad
The authentication dialog displayed by the code of Objective-C SDK below is incorrect in layout as shown in the attached photo on iOS iPad. (Note that the layout is correct on iPhone.) Please tell me how to fix this. [DBClientsManager authorizeFromController:[UIApplication sharedApplication] controller:[[self class]…
-
How to know the progress of deleteBatch:
I want to know the progress of deleteBatch: in Objective-C API. The process periodically calls deleteBatchCheck: and waits for deleteBatch: to finish. If I delete a lot of files, the wait time is quite long. So I want to know the progress. I tried using setProgressBlock :, but it returns 100% immediately after calling…
-
Deleted files are automatically restored.
As shown in sample 1, "delete_V2" alone will succeed in deletion, but as in sample 2, the combination of "unshare Folder" and "delete_V2" will automatically restore the deleted file (folder). // sample 1 [[userClient.filesRoutes delete_V2:path] setResponseBlock:^(DBFILESDeleteResult * _Nullable result, DBFILESDeleteError *…
-
sharedFolderID lifetime and scope
Hello Is sharedFolderID permanently unchanged? Is it global? Is it possible to save the value and use it later or hand it to another user?