Hallo,
I want to use DBClientV2 callback. Which one do I need to import? Android Studios shows many callbacks, but none of them seems to be the right one for me.
import com.dropbox.core.DbxException;
import com.dropbox.core.v2.DbxClientV2;
import com.dropbox.core.v2.files.FileMetadata;
private final Callback mCallback; <--- this call I want to use
private Exception mException;
Danke
FP