gmail-api-wrapper icon indicating copy to clipboard operation
gmail-api-wrapper copied to clipboard

Gmail API Wrapper - A Python Client

Results 4 gmail-api-wrapper issues
Sort by recently updated
recently updated
newest added

You have a `README.rst` in this repository, but PyPI uses `.md` format with the actual settings, so [the result is quite bad](https://pypi.org/project/gmail-api-wrapper/).

I did the second test on the read, error: C:\Anaconda3\python.exe C:/Users/liumin/PycharmProjects/StockA/GmailWrapperRead.py C:\Anaconda3\lib\site-packages\oauth2client\_helpers.py:255: UserWarning: Cannot access C:\Users\name\.credentials\gmail-api-wrapper-py.json: No such file or directory warnings.warn(_MISSING_FILE_MESSAGE.format(filename)) It did open a browser, but still gave...

Hi, I followed the instruction downloading credential file and rename it as "client_secret.json" before putting it into ~/.credentials/ directory. However, Still met a problem when initialize a object from GmailAPIReadWrapper()....

environment: `Linux instance-1 4.9.0-6-amd64 #1 SMP Debian 4.9.88-1+deb9u1 (2018-05-07) x86_64 GNU/Linux` pip: `gmail-api-wrapper==0.1.1a2` code: ``` # -*- coding: utf8 -*- from gmail_api_wrapper.crud.write import GmailAPIWriteWrapper api = GmailAPIWriteWrapper() # compose new...