Code Change Request

# 25995

Back to Code Changes

Christopher
Technical Support
StableBit CloudDrive
1.0.0.463
Windows Server 2008 R2
Public
Alex

* [Issue #25995] Allow Google Drive and Google Cloud Storage to use random open port seeking when performing local OAuth. Dropbox still requires standard ports 
  (8080, 8081, 8090) for local authentication, but will fallback to server authentication if those ports are not available.
Public
Alex

Looks like the "standard" HTTP ports are in use (8080, 8081, 8090). I've changed the code to use port seeking for those providers. I originally added the code to port seek but never enabled it because not all providers allow it, some require a specific set of ports (like Dropbox). But it should be ok for Google.