Skip to content

Commit

Permalink
RIP goo.gl.
Browse files Browse the repository at this point in the history
  • Loading branch information
timonus committed Jul 23, 2024
1 parent bb12a36 commit 10a8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rhea/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ - (void)uploadFileAtPath:(NSString *const)path
notificationBlock(YES);
}
};
if (fileSize > 150 * 1024 * 1024) { // The docs state that no request should be larger than 150MB https://goo.gl/MkYMSc
if (fileSize > 150 * 1024 * 1024) { // The docs state that no request should be larger than 150MB https://tijo.link/mQ2tVC
[TJDropbox uploadLargeFileAtPath:path toPath:remotePath overwriteExisting:NO muteDesktopNotifications:YES credential:[self dropboxCredential] progressBlock:^(CGFloat progress) {
// TODO: Show progress.
} completion:completionBlock];
Expand Down

0 comments on commit 10a8858

Please sign in to comment.