We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a88d23 commit 2d3b443Copy full SHA for 2d3b443
lib/src/main/java/com/cloudinary/android/UploaderStrategy.java
@@ -93,7 +93,7 @@ public void totalBytesLoaded(long bytes) {
93
}
94
95
96
- if (file instanceof String && !((String) file).matches("(?s)ftp:.*|https?:.*|s3:.*|data:[^;]*;base64,([a-zA-Z0-9/+\n=]+)")) {
+ if (file instanceof String && !((String) file).matches("(?s)ftp:.*|https?:.*|s3:.*|gs:.*|data:[^;]*;base64,([a-zA-Z0-9/+\n=]+)")) {
97
file = new File((String) file);
98
99
String filename = (String) options.get("filename");
0 commit comments