Posts & RepliesHow to create refresh token automatically? Hi All, I am using the refresh token for my web application and it works fine. However, the process of generating a refresh token offline that the user has to run the java app is not user frien...Re: How to create refresh token automatically? authFinish = new PkceAuthorize().authorize(appInfo); Right now I have a separate Java program to generate a refresh token. The function above will show this instruction on the command line. 1. Go t...Can I create a shared link for a file that containing virus? I use the below code to create a shared link of my files. In case if the file containing virus, is the Dropbox API stop it or it is continue to create a share link for that file? listSharedLink...SolvedRe: Can I download an anti malware test file (eicar_com.zip) ? Thank you. Can I download an anti malware test file (eicar_com.zip) ? Hi All, I am developing a tool that get all the files from users in my company and then scan them for viruses and malwares. I plan to use the eicar_com.zip from this testing site: https://www...SolvedHow to get the admin memberID Hi All, I want to keep track of the admin team member ID of the person who invite or remove the new user for the team. If I got the event and I can print it as: { "timestamp" : "2022-11-03...SolvedHow to keep track a list of active team members. Hi All, I have a Business Advance Account. I want to keep track a list of active members of my team. So I have the following code to list all my team members; it works fine. static publi...SolvedEvent log and delete folder. Hi All, I want to write a tool that keep track all the team members and their files on Dropbox. The information needs to be updated in 5 minutes interval. If a member adds a file, delete a file or ...SolvedRe: Event log and delete folder. I understand your suggestion; however, under the time I have to finish the task, I think I cannot use it. But thank you anyway. Re: Event log and delete folder. The number of members in the company my tool is designed for may be huge. Develop the system to keep track all the folders and files for each member is time consuming, and I try to avoid that. Is the...