I am implementing a web service that will use the Zoho API through the Java SDK.
I see that `ZohoOAuthDBPersistence` allows to store multiple authentication informations. So let's imagine I have two records in the database: two users, each one with a refresh token.
Now l want to upload a file, I see the example code:
- ZCRMRecord record = ZCRMRecord.getInstance("Leads",35240330409001L);
- APIResponse responseIn = record.uploadAttachment("path/to/file");