Skip to content

Commit

Permalink
7.74
Browse files Browse the repository at this point in the history
API KEY NO LONGER REQUIRED

Hello,



Thank you for contacting MEGA!

API keys or app codes are currently no longer required to interact with our API.
Have a MEGA-awesome day and contact us should you need any other assistance.

Kind Regards,
MEGA Support
  • Loading branch information
tonikelope committed Mar 14, 2023
1 parent ee5a5a7 commit 4a8afbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.tonikelope</groupId>
<artifactId>MegaBasterd</artifactId>
<version>7.73</version>
<version>7.74</version>
<packaging>jar</packaging>
<repositories>
<repository>
Expand Down
5 changes: 3 additions & 2 deletions src/main/java/com/tonikelope/megabasterd/MainPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
*/
public final class MainPanel {

public static final String VERSION = "7.73";
public static final String VERSION = "7.74";
public static final boolean FORCE_SMART_PROXY = false; //TRUE FOR DEBUGING SMART PROXY
public static final int THROTTLE_SLICE_SIZE = 16 * 1024;
public static final int DEFAULT_BYTE_BUFFER_SIZE = 16 * 1024;
Expand Down Expand Up @@ -394,10 +394,11 @@ public MainPanel() {

resumeUploads();

/* NOT REQUIRED
if (MegaAPI.API_KEY == null && JOptionPane.showConfirmDialog(this._view, LabelTranslatorSingleton.getInstance().translate("WARNING: USING MEGA API WITHOUT API KEY MAY VIOLATE ITS TERM OF USE.\n\nYOU SHOULD GET A KEY -> https://mega.nz/sdk (and set it in MegaBasterd ADVANCED SETTINGS).\n\nCREATE API KEY NOW?"), "MEGA API KEY ERROR", JOptionPane.ERROR_MESSAGE) == 0) {
openBrowserURL("https://mega.nz/sdk");
}
}*/

}

Expand Down

0 comments on commit 4a8afbf

Please sign in to comment.