Skip to content

Commit

Permalink
Update auth/sync urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander committed Feb 6, 2023
1 parent d2dda92 commit 6229bd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions RemarkableSync/RmCloudDataSource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ public class RmCloudDataSource : IRmDataSource
private static string EmptyToken = "****";
private static string UserAgent = "rmapi";
private static string Device = "desktop-windows";
private static string DefaultDeviceTokenUrl = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/device/new";
private static string DefaultUserTokenUrl = "https://webapp-production-dot-remarkable-production.appspot.com/token/json/2/user/new";
private static string DefaultDeviceTokenUrl = "https://webapp-prod.cloud.remarkable.engineering/token/json/2/device/new";
private static string DefaultUserTokenUrl = "https://webapp-prod.cloud.remarkable.engineering/token/json/2/user/new";
private static string CustomDeviceTokenUrlName = "CustomDeviceTokenUrl";
private static string CustomUserTokenUrlName = "CustomUserTokenUrl";

Expand Down
2 changes: 1 addition & 1 deletion RemarkableSync/V2HttpHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace RemarkableSync
{
class V2HttpHelper
{
private static string BlobHost = "https://rm-blob-storage-prod.appspot.com";
private static string BlobHost = "https://internal.cloud.remarkable.com";
private static string DownloadUrl = BlobHost + "/api/v1/signed-urls/downloads";
private static string HeaderGeneration = "x-goog-generation";

Expand Down

0 comments on commit 6229bd5

Please sign in to comment.