D-Link Forums

The Graveyard - Products No Longer Supported => D-Link Storage => DNS-320L => Topic started by: marcgv on February 17, 2017, 01:04:34 PM

Title: Error Google Drive Account Authentication
Post by: marcgv on February 17, 2017, 01:04:34 PM
Hello! I follow the forum a long time ago, but now I have a problem.
I can´t register a google drive account. Was ok a few days ago, was syncing perfect, then my account disappear from the NAS. Now when I try to register (clicking on 'Get Key' link), show me the error bellow:

401. That’s an error.
Error: deleted_client
The OAuth client was deleted.
Request Details
That’s all we know.

Any ideia? Thanks!
Title: Re: Error Google Drive Account Authentication
Post by: DcMcIx on February 17, 2017, 02:35:10 PM
Hi,
You can delete ACCESS to "D-Link ShareCenter Storage" via this site :

https://myaccount.google.com/permissions?pli=1

Use this site to delete permissions for "D-Link ShareCenter Storage" so GDrive will loose the old configuration.
Then come back to your NAS and Link again your account through the application.

It should work



Hello! I follow the forum a long time ago, but now I have a problem.
I can´t register a google drive account. Was ok a few days ago, was syncing perfect, then my account disappear from the NAS. Now when I try to register (clicking on 'Get Key' link), show me the error bellow:

401. That’s an error.
Error: deleted_client
The OAuth client was deleted.
Request Details
That’s all we know.

Any ideia? Thanks!
Title: Re: Error Google Drive Account Authentication
Post by: marcgv on February 17, 2017, 02:48:21 PM
Thank you DcMcIx but it did not work.
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on February 17, 2017, 06:03:49 PM
What Fw version is currently loaded?

Hello! I follow the forum a long time ago, but now I have a problem.
I can´t register a google drive account. Was ok a few days ago, was syncing perfect, then my account disappear from the NAS. Now when I try to register (clicking on 'Get Key' link), show me the error bellow:

401. That’s an error.
Error: deleted_client
The OAuth client was deleted.
Request Details
That’s all we know.

Any ideia? Thanks!
Title: Re: Error Google Drive Account Authentication
Post by: marcgv on February 18, 2017, 02:00:08 PM
What Fw version is currently loaded? 

Current NAS Firmware Version   
1.08
Firmware Date   
01/28/2016
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on February 19, 2017, 08:02:59 AM
Try this version?
http://forums.dlink.com/index.php?topic=66389.0 (http://forums.dlink.com/index.php?topic=66389.0)

I see there is some fixes on Google items...
Title: Re: Error Google Drive Account Authentication
Post by: marcgv on February 20, 2017, 03:59:02 AM
Thanks a lot Furry. I update the firmware and the error is not happening anymore. I can get the key but when I press Apply, show me: Authentication Failed. Please check your Key.

Some problem with my google account?
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on February 20, 2017, 08:45:39 AM
Not sure. Can you set up a new PW or key on the GD account then try the new key on the DNS?
Title: Re: Error Google Drive Account Authentication
Post by: marcgv on February 20, 2017, 08:59:29 AM
It seems that google is not adding the permission on this link, when I click Get Key
https://myaccount.google.com/permissions?pli=1

I think that's why when the key tries to be validated, it does not work.

 
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on February 20, 2017, 09:02:32 AM
I would contact Google and ask about this...
Title: Re: Error Google Drive Account Authentication
Post by: marcgv on February 20, 2017, 09:18:28 AM
Thanks for help me. I have a lot of pictures that I need to backup.

The firmware that I downloaded is this one: ftp://ftp2.dlink.com/PRODUCTS/DNS-320L/REVA/DNS-320L_REVA_FIRMWARE_v1.08b08.zip
And now is like that:

Current NAS Firmware Version   
1.08
Firmware Date   
04/20/2016
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on March 13, 2017, 06:57:11 AM
You should contact Google support and ask about this...
Title: Re: Error Google Drive Account Authentication
Post by: luca1234567 on July 04, 2017, 07:58:27 AM
I found the solution for error message "Authentication Failed. Please check your Key." for my DNS-320L firmware v1.08.

The problem is linked to the account name already stored, to resolve adding number after account, for example.
A workaround can be added a number after the email address of the account for example.

But the final solution in to remove the account name already stored.
Enable SSH e connect.
View file in /mnt/HD_a4/.systemfile/sched_gdrive, by use cat comand.
   cd /mnt/HD_a4/.systemfile/sched_gdrive
   cat account_list
   cat sched_gdrive.xml
If the "account_list" file if it contains the "hidden" account names not present in "sched_gdrive.xml" this are not listed on the web page, these e-mail account can not be added and they return an authentication error.
"account_list" and "sched_gdrive.xml" must contain the same accounts for no problems.
I have in "account_list" a e-mail account not present in web page list.
I delete all account in web page.
I rename "account_list" in "_account_list_1".
Reboot the NAS.
Recreate the accounts.

I think there is possible solve without delete all account, but may be able to modify "account_list" via SSH.
Or by using PC share to PC the file modify and substitute.
I suggest to reboot NAS after substitute the file.

Hi
Title: Re: Error Google Drive Account Authentication
Post by: FurryNutz on July 04, 2017, 10:22:24 AM
Nice work. Hope this helps future users....

I found the solution for error message "Authentication Failed. Please check your Key." for my DNS-320L firmware v1.08.

The problem is linked to the account name already stored, to resolve adding number after account, for example.
A workaround can be added a number after the email address of the account for example.

But the final solution in to remove the account name already stored.
Enable SSH e connect.
View file in /mnt/HD_a4/.systemfile/sched_gdrive, by use cat comand.
   cd /mnt/HD_a4/.systemfile/sched_gdrive
   cat account_list
   cat sched_gdrive.xml
If the "account_list" file if it contains the "hidden" account names not present in "sched_gdrive.xml" this are not listed on the web page, these e-mail account can not be added and they return an authentication error.
"account_list" and "sched_gdrive.xml" must contain the same accounts for no problems.
I have in "account_list" a e-mail account not present in web page list.
I delete all account in web page.
I rename "account_list" in "_account_list_1".
Reboot the NAS.
Recreate the accounts.

I think there is possible solve without delete all account, but may be able to modify "account_list" via SSH.
Or by using PC share to PC the file modify and substitute.
I suggest to reboot NAS after substitute the file.

Hi
Title: Re: Error Google Drive Account Authentication
Post by: maicoul on November 28, 2018, 06:44:52 AM
 :'( I Dont make a SSH connection in my NAS 320L - no matching host key type found.