-
Add webhooks
Hi Team, We are interested to know the information via webhook whenever our provider Jot Form adds the PDF file to my dropbox account. So that our program will get the PDF file via dropbox SDK. Could you please guide me on how to add the webhook and also provide the sample request body when a file is added to the dropbox…
-
Access Token Changes
Hi, We are currently using the following dependency to get the dropbox file using the access token. <dependency> <groupId>com.dropbox.core</groupId> <artifactId>dropbox-core-sdk</artifactId> <version>3.1.3</version> </dependency> I came to know that dropbox is going to change the functionality regarding the tokens. Could…
-
Dropbox webhook
Hi Team, We integrated the dropbox API in our application and able to download the file using the dropbox maven SDK once the jot form uploaded the file. Is there any mechanism to add a webhook to dropbox folders so that the dropbox will fire an API call to our application by providing some details of the file that is…
-
Dropbox APP
Hi team, We have an App named Appdilly in the developer console. It's a Dropbox API. Currently, it is in development status. I generated an access token for that APP and able to communicate successfully to dropbox from my java application using dropbox core API. Can we use the same access token to communicate to dropbox in…