Skip to content
This repository was archived by the owner on Jul 22, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googlearchive/PyDrive
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: RNabel/PyDrive
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on Mar 29, 2016

  1. Implementing Trash/Delete/ServiceAuth.

    Adds the ability to use service auth in PyDrive as well as the trash and
    delete methods.
    smeggingsmegger committed Mar 29, 2016
    Configuration menu
    Copy the full SHA
    a9fc528 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Fix ServiceAuth

    - Remove import checks (now done natively on oauth2client)
    - Change SignedJwtAssertion for
      .create_from_p12_keyfile() + .create_delegate()
    - Minor code cleanup
    ccortezia committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    cc47dcb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from ccortezia/Trash-Delete

    Fix ServiceAuth
    smeggingsmegger committed Apr 1, 2016
    Configuration menu
    Copy the full SHA
    7d95c99 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2016

  1. Configuration menu
    Copy the full SHA
    8b5e51b View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2016

  1. Configuration menu
    Copy the full SHA
    df68b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf2588 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    e71ba36 View commit details
    Browse the repository at this point in the history
Loading