As outlined in Bulk Data Downloads, filenames and URL's are limited (in the cloud) to 200 characters. How can I override this URL length limit when executing a back test (or live trade) in the cloud? 

Additional Info:

For this example, I am using the download method to request some ExDiv and related data from Polygon.io. Polygon may respond with a long (potentally more than 200 characters long) pagination url, which is then used to download the next page of data. 

Is there a config or other method for increasing this 200 character limit? Why is it there, for the cloud, in the first place? 

Note: There does not seem to be the same restriction on the local lean engine.