Advertisement
Guest User

Untitled

a guest
Feb 21st, 2017
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.24 KB | None | 0 0
  1. $ gphotos-sync download /mnt/Shanghai/Google\ Photos/
  2. /usr/local/lib/python2.7/dist-packages/oauth2client/_helpers.py:255: UserWarning: Cannot access /home/andreas/.local/share/gphotos-sync/credentials.json: No such file or directory
  3.   warnings.warn(_MISSING_FILE_MESSAGE.format(filename))
  4. Go to the following link in your browser:
  5. ()
  6.     https://accounts.google.com/o/oauth2/auth?redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&response_type=code&client_id=xxxxxxxxxxxxxx-xxxxxxxxxxxxxxxxxxxxxxx.apps.googleusercontent.com&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fdrive&approval_prompt=force&access_type=offline
  7. ()
  8. Enter verification code: x/mycodemycodemycodemycodemycode
  9. Authentication successful.
  10. Traceback (most recent call last):
  11.   File "/usr/local/bin/gphotos-sync", line 398, in <module>
  12.     download_command(googlePhotosSync, args)
  13.   File "/usr/local/bin/gphotos-sync", line 326, in download_command
  14.     for remote_media in googlePhotosSync.get_remote_medias():
  15.   File "/usr/local/bin/gphotos-sync", line 206, in get_remote_medias
  16.     googlePhotosFolderId = self._get_photos_folder_id()
  17.   File "/usr/local/bin/gphotos-sync", line 203, in _get_photos_folder_id
  18.     raise NoGooglePhotosFolderError()
  19. __main__.NoGooglePhotosFolderError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement