Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit c1316a6

Browse files
author
Christian Holm
committed
Merge pull request #16 from daniel-sc/master
Fixing file download!
2 parents 2d1f2e0 + adee445 commit c1316a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/podio/ResourceFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public final class ResourceFactory {
4747

4848
public ResourceFactory(OAuthClientCredentials clientCredentials,
4949
OAuthUserCredentials userCredentials) {
50-
this("api.podio.com", "file.podio.com", 443, true, false,
50+
this("api.podio.com", "files.podio.com", 443, true, false,
5151
clientCredentials, userCredentials);
5252
}
5353

0 commit comments

Comments
 (0)