Hi all
We need clients store files, so dev team can get the url of those images and consume them in our event sites
we make a bunch of requests to get that resource (for medium or large events)
These are our questions:
1.- can we the files with certain prefix using the api?
2.- can we use the url of those files we get using the api in our websites?
(like background images, icons, etc) in other words storing in dropbox and calling the images in our sites? something like:
<img id="session-image" src="some-dropbox-url/resources/clientid-eventid-pageid-2022.jpg">
3.- Will dropbox start to meter or cut off those requests?
4.- Is there a difference between individual and corporate accounts using the Dev API?