Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeEncodeError: 'ascii' codec can't encode character #23

Open
faitno opened this issue Sep 6, 2018 · 0 comments
Open

UnicodeEncodeError: 'ascii' codec can't encode character #23

faitno opened this issue Sep 6, 2018 · 0 comments

Comments

@faitno
Copy link

faitno commented Sep 6, 2018

I have error:

    Creating new ownership permissions.
Traceback (most recent call last):
  File "transfer.py", line 135, in <module>
    process_all_files(service, grant_ownership, {'permission_id': permission_id, 'show_already_owned': show_already_owned }, minimum_prefix_split)
  File "transfer.py", line 112, in process_all_files
    process_all_files(service, callback, callback_args, minimum_prefix, next_prefix, item['id'])
  File "transfer.py", line 112, in process_all_files
    process_all_files(service, callback, callback_args, minimum_prefix, next_prefix, item['id'])
  File "transfer.py", line 106, in process_all_files
    callback(service, item, current_prefix, **callback_args)
  File "transfer.py", line 81, in grant_ownership
    print('An error occurred inserting ownership permissions: {}'.format(e))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0412' in position 222: ordinal not in range(128)

After that, check this app Transfer Ownership work great

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant