We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have error:
After that, check this app Transfer Ownership work great
The text was updated successfully, but these errors were encountered: