When using the /save_url API method, Does anyone know how I can configure custom headers for dropbox to set when its services attempt to download a file from the specified url to the dropbox folder.
I am basically trying to set an Authorisation: Bearer {token} header so that dropbox has access to a file that is accessible via url but only with the bearer token set in the header of the GET request.
Just to be clear, I am not asking how to set the Dropbox Bearer Token to make an API request to Dropbox... this is for configuring that request to do the same on their end when requesting the file.
I am referring to this documentation on dropbox's website:
https://www.dropbox.com/developers-v1/core/docs#save-url
Thanks in advance, I am not expecting this to be possible but I am hopeful.