Hi,
I am currently working on a dropbox integration and I used the chooser method. After user selected the file they want.
How can I save the file to a s3 bucket or as a blob. Can we fetch the link from returned file Response directly? Currently
fetching that url returns nothing. And if its not possible do I need to try and download the file using the http endpoints instead?
Thanks in advance !