Skip to content

Instantly share code, notes, and snippets.

@sbucek
Created October 27, 2013 16:03
Show Gist options
  • Save sbucek/7184233 to your computer and use it in GitHub Desktop.
Save sbucek/7184233 to your computer and use it in GitHub Desktop.
settiiiingggggggggg
[Dolphin]
GroupedSorting=true
HeaderColumnWidths=315,70,198
SortRole=size
Sorting=6
Timestamp=2013,9,18,20,57,2
Version=3
ViewMode=1
VisibleRoles=CustomizedDetails,Details_size,Details_type
OUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import httplib2
import sys
from apiclient.discovery import build
from oauth2client.file import Storage
from oauth2client.client import AccessTokenRefreshError
from oauth2client.client import OAuth2WebServerFlow
from oauth2client.tools import run
# For this example, the client id and client secret are command-line arguments.
client_id = sys.argv[1]
client_secret = sys.argv[2]
# The scope URL for read/write access to a user's calendar data
scope = 'https://www.googleapis.com/auth/calendar'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment