This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve album links (and fix broken test credentials)
Make album file links unique names handle album folder name changing because its dates changed
- Loading branch information
Showing
10 changed files
with
144 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"access_token": "ya29.Gly6Bnafi7sFrUvsRPk1AI2gflhbzj46RSKXDeXInYFJwUSNxapvVAMKowNV9UdeV7yXBzXxR3Rn-jAiRjKDbQ0APedqaXFkf1c70zdzE1HrBKlBrtl1t7moKcr-jw", "expires_in": 3600, "scope": ["https://www.googleapis.com/auth/photoslibrary.readonly", "https://www.googleapis.com/auth/photoslibrary.sharing"], "token_type": "Bearer", "expires_at": 1550994489.6308305, "refresh_token": "1/M7aqfHSQhPxs--IrYglfFeCTcnwRWruYmExnsuh0bbw"} | ||
{"access_token": "ya29.Gly8BocQdvTgBUPw2Do9Ji302NQBhm3jBZ0S1daFqsZ759DpszWz0bS0GeeL19LckDKbPbg8rdhj55Gd4qv8IEoKQkOnZq0NNqU9kgOO5cjgh6tG0t9nVkWW6Np46g", "expires_in": 3600, "scope": ["https://www.googleapis.com/auth/photoslibrary.sharing", "https://www.googleapis.com/auth/photoslibrary.readonly"], "token_type": "Bearer", "expires_at": 1551140160.0511432, "refresh_token": "1/HG0feqbbu7FZLjztEbGneV0Jz2aNoiNYuFIHvcZ9MgQ"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"installed": { | ||
"client_id": "835058714377-ist0b356u0srf2d5n5dael8t2kes7419.apps.googleusercontent.com", | ||
"project_id": "gktest64", | ||
"auth_uri": "https://accounts.google.com/o/oauth2/auth", | ||
"token_uri": "https://oauth2.googleapis.com/token", | ||
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | ||
"client_secret": "PBZGWNpqQGHld2F-JQ3aiT5P", | ||
"redirect_uris": [ | ||
"urn:ietf:wg:oauth:2.0:oob", | ||
"http://localhost" | ||
] | ||
} | ||
{ | ||
"installed": { | ||
"client_id": "434668126185-isurs73113r7iafhra2tlkpjsoormvie.apps.googleusercontent.com", | ||
"project_id": "gk-photos-test", | ||
"auth_uri": "https://accounts.google.com/o/oauth2/auth", | ||
"token_uri": "https://oauth2.googleapis.com/token", | ||
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs", | ||
"client_secret": "3KuGrmcJWy4KZk_47tsDpLGj", | ||
"redirect_uris": [ | ||
"urn:ietf:wg:oauth:2.0:oob", | ||
"http://localhost" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters