fixe l'upload

This commit is contained in:
Paul Schneider 2016-05-30 18:30:35 +02:00
commit 9d078e4e8e
14 changed files with 140 additions and 30 deletions

View file

@ -27,7 +27,6 @@ namespace Yavsc
public const string UserBlogFilesDir= "Blog";
public const string UserBillsFilesDir= "Bills";
public const string UserFilesRequestPath = "/UserFiles";
public const string GCMNotificationUrl = "https://gcm-http.googleapis.com/gcm/send";
private static readonly string[] GoogleScopes = { "openid", "profile", "email" };