Google Data Migration Issue

Hi again, first of all, I would like to thank everyone in the nextcloud community for the warm welcome and wonderful support that i’ve gotten so far in this new exploration of nextcloud.

Secondly, i’m again here asking for your help since I am trying to migrate my google account(drive, photos) over to nextcloud however it is just stuck at

0 files imported

Appreciate your help in troubleshooting this matter.

Hi @neochaser5,
You are missing the required support template. Please fill this form out and edit into your post.

This will give us the technical info and logs needed to help you! Thanks.

Hi,

Sorry if it took me a while to get it. Hopefully what i have below is sufficient?

Nextcloud version (eg, 20.0.5): 23.0.4.1
Operating system and version (eg, Ubuntu 20.04): Raspberry pi Bullseye
Apache or nginx version (eg, Apache 2.4.25): Apache2
PHP version (eg, 7.4): Php 7.2

The issue you are facing:

Is this the first time you’ve seen this error? (Y/N): Y

Steps to replicate it:
1. Linked my google account with nextcloud
2. Navigated to Personal >Data Migration > then clicked on Import Google Drive files

Google Photo Import works but not for Google drive. 

The output of your Nextcloud log in Admin > Logging:

PASTE HERE

============================
The output of your config.php file in /path/to/nextcloud (make sure you remove any identifiable information!):

#i'm not sure if the values are required but obviously i've ###removed### them
<?php

$CONFIG = array (
  'instanceid' => '###removed###',
  'passwordsalt' => '###removed###',
  'secret' => '###removed###',
  'trusted_domains' =>
  array (
        0 => '###removed###',
        1 =>  '###removed###.ddns.net',
  ),
  'datadirectory' => '/mnt/nextcloud/data',
  'dbtype' => 'mysql',
  'version' => '23.0.4.1',
  'overwrite.cli.url' => 'http://###removed###/nextcloud',
  'dbname' => 'nextcloud',
  'dbhost' => 'localhost',
  'dbport' => '',
  'dbtableprefix' => 'oc_',
  'mysql.utf8mb4' => true,
  'dbuser' => '###removed###',
  'dbpassword' => '###removed###',
  'installed' => true,
);
============================


The output of your Apache/nginx/system log in /var/log/____:

192.168.101.16 - - [03/May/2022:10:23:19 +0800] "GET /index.php/apps/integration_google/drive-size HTTP/1.1" 200 3783 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36"
165.225.113.33 - - [03/May/2022:11:58:49 +0800] "GET /index.php/apps/integration_google/drive-size HTTP/1.1" 200 884 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.143 Safari/537.36"



Output errors in nextcloud.log in /var/www/ or as admin user in top right menu, filtering for errors. Use a pastebin service if necessary.

"I'm not able to locate the nextcloud.log in either www/ or html/"

that’s strange, I used this functionality a few weeks ago, although with Nextcloud 22 and not with 23 like you, and it worked like a charm. Will read along :slight_smile:

cool, was it there in the Apps page all along for you?

yes it was