Author Topic: CloudFile.dll not work?  (Read 2546 times)

0 Members and 1 Guest are viewing this topic.

Offline ULTIMA PRIME

CloudFile.dll not work?
« on: 02 12 2020, 20:14:58 »
Hello, I can't use cloudFile for several weeks

When I try to send a file, a window pops up:


"To allow Miranda NG access to Cloud GMail"
"Go to this link"


So I open the correct mail, give the plugin permissions, the code pops up and I enter it into the window:

"Enter authorization code:"


Then I click "OK" - and nothing happens.


Is it a plugin problem?
 

Offline ULTIMA PRIME

Re: CloudFile.dll not work?
« Reply #1 on: 11 12 2020, 22:46:40 »
After today's update, I can enter the authorization code and i can click Ok.

But the files still cannot be sent, I get the message: server does not respond
 

Offline dartraiden

Re: CloudFile.dll not work?
« Reply #2 on: 11 12 2020, 23:45:26 »
Just now I have successfully logged in and sent the file.
Microsoft Windows 10 Professional Edition, 64-bit (build 19042)
Miranda NG Version: 0.95.13 alpha build #23529 (346d20620a) x64

- create a new account (Main menu → Accounts), set proto CloudFile/GDrive
- request access → enter long response code → OK
- press OK to close Accounts manager
- wait for some time (10 sec in my case) → open Accounts manager → "Request access" button became disabled = successful auth
- right-click any contact → Upload to → Google
« Last Edit: 11 12 2020, 23:49:43 by dartraiden »
 

Offline dartraiden

Re: CloudFile.dll not work?
« Reply #3 on: 11 12 2020, 23:51:27 »
Please, create netlog for this protocol and post it here.

In my case,  it looks like

Code: [Select]
[2:50:36 1F38] [CloudFile/GDrive_1] Connection request to www.googleapis.com:443 (Flags 11)....
[2:50:36 1F38] [CloudFile/GDrive_1] (000000000B26AC80) Connecting to server www.googleapis.com:443....
[2:50:36 1F38] [CloudFile/GDrive_1] (000000000B26AC80) Connecting to ip 64.233.161.95:443 ....
[2:50:36 1F38] [CloudFile/GDrive_1] (4660) Connected to www.googleapis.com:443
[2:50:36 1F38] [CloudFile/GDrive_1] (4660 www.googleapis.com) Starting SSL negotiation
[2:50:36 1F38] [CloudFile/GDrive_1] (4660 www.googleapis.com) SSL negotiation successful
[2:50:37 1F38] [CloudFile/GDrive_1] (000000000B26AC80:4660) Connection closed internal
[2:50:37 1F38] [CloudFile/GDrive_1] (000000000B26AC80:4294967295) Connection closed
[2:50:37 1F38] [CloudFile/GDrive_1] Connection request to www.googleapis.com:443 (Flags 11)....
[2:50:37 1F38] [CloudFile/GDrive_1] (000000000B26B460) Connecting to server www.googleapis.com:443....
[2:50:37 1F38] [CloudFile/GDrive_1] (000000000B26B460) Connecting to ip 64.233.161.95:443 ....
[2:50:37 1F38] [CloudFile/GDrive_1] (4912) Connected to www.googleapis.com:443
[2:50:37 1F38] [CloudFile/GDrive_1] (4912 www.googleapis.com) Starting SSL negotiation
[2:50:37 1F38] [CloudFile/GDrive_1] (4912 www.googleapis.com) SSL negotiation successful
[2:50:39 1F38] [CloudFile/GDrive_1] (000000000B26B460:4912) Connection closed internal
[2:50:39 1F38] [CloudFile/GDrive_1] (000000000B26B460:4294967295) Connection closed


 

Offline ULTIMA PRIME

Re: CloudFile.dll not work?
« Reply #4 on: 12 12 2020, 12:53:47 »
I follow the instructions exactly, but it doesn't work.

Below the log.

I enter the required code, yet the log says that the code is missing.

Code: [Select]
[13:47:25 15FC] [CloudFile/GDrive_1] Connection request to www.googleapis.com:443 (Flags 11)....
[13:47:25 15FC] [CloudFile/GDrive_1] (1360C440) Connecting to server www.googleapis.com:443....
[13:47:25 15FC] [CloudFile/GDrive_1] (1360C440) Connecting to ip 172.217.20.202:443 ....
[13:47:25 15FC] [CloudFile/GDrive_1] (3784) Connected to www.googleapis.com:443
[13:47:25 15FC] [CloudFile/GDrive_1] (3784 www.googleapis.com) Starting SSL negotiation
[13:47:25 15FC] [CloudFile/GDrive_1] (3784 www.googleapis.com) SSL negotiation successful
[13:47:25 15FC] [CloudFile/GDrive_1] (1360C440:3784) Connection closed internal
[13:47:25 15FC] [CloudFile/GDrive_1] (1360C440:4294967295) Connection closed
[13:47:25 15FC] [CloudFile/GDrive_1] CloudFile/GDrive_1: {
  "error": "invalid_request",
  "error_description": "Missing required parameter: code"
}
 

Offline dartraiden

Re: CloudFile.dll not work?
« Reply #5 on: 12 12 2020, 19:02:54 »
1) Please post version info here

2) Also ensure that you copy only code, not whole string:

Quote
OAuth verification
Verification code: 4/0AY0e-g5tirCBkbguKmrsnCWpc5BJGO7Bf72EIrn1TUXCe_5OZryqDMAg_KqFnkH02qeKsA
You need to copy only the bolded part

« Last Edit: 12 12 2020, 19:09:50 by dartraiden »
 

Offline ghazan

Re: CloudFile.dll not work?
« Reply #6 on: 12 12 2020, 19:07:38 »
ULTIMA PRIME,
Open dbeditor++ and remove RefreshToken + TokenSecret from CloudFile/GDrive_1 - it might help, it seems that smth got broken due to that Ok button
or simply remove that account and register it from scratch
« Last Edit: 12 12 2020, 19:10:20 by ghazan »
 

Offline ULTIMA PRIME

Odp: CloudFile.dll not work?
« Reply #7 on: 12 12 2020, 21:27:40 »
2) Also ensure that you copy only code, not whole string:

OAuth verification
Verification code: 4/0AY0e-g5tirCBkbguKmrsnCWpc5BJGO7Bf72EIrn1TUXCe_5OZryqDMAg_KqFnkH02qeKsA
You need to copy only the bolded part

i know :D

VersionInfo:

VersionInfo
Quote
CPU: AMD FX(tm)-8350 Eight-Core Processor  [AMD64 Family 21 Model 2 Stepping 0] [DEP Enabled] [8 CPUs]
Installed RAM: 20457 MBytes
Microsoft Windows 10 Professional Edition, 64-bit (build 19042)
Internet Explorer: 9.11.19041.0 (build 919041)
Administrator privileges: No
OS Languages: (UI | Locale (User/System)) : Polish/Polish | Polish/Polish
Free disk space on Miranda partition: 36190 MBytes

Miranda NG Version: 0.95.13 alpha build #23529 (346d20620a) [running inside WOW64]
Build time: 11 Dec 2020 22:08:18
Profile: D:\MirandaNG\Profiles\ultima\ultima.dat
Profile size: 106954752 Bytes
Profile creation date: 12 Dec 2020 22:19:01
Language pack: No language pack installed
Service Mode: No

Active Plugins (30):
¤ Alarms.dll v.0.4.0.6 [15 Aug 2020 1:00:50] - Alarms
¤ AVS.dll v.0.98.1.2 [2 Dec 2020 20:24:08] - Avatar service
¤ BossKey.dll v.0.5.0.3 [15 Aug 2020 1:00:34] - BossKey+
¤ Clist_modern.dll v.0.9.1.11 [2 Dec 2020 20:24:36] - Modern contact list
¤ CloudFile.dll v.0.11.0.6 [11 Dec 2020 22:09:36] - CloudFile
¤ CrashDumper.dll v.0.1.0.4 [15 Aug 2020 1:01:04] - Crash dumper
¤ Db_autobackups.dll v.0.1.0.4 [11 Dec 2020 22:08:30] - Db autobackuper
¤ DbChecker.dll v.0.95.13.1 [11 Dec 2020 22:09:38] - Database checker
¤ DbEditorPP.dll v.4.0.1.3 [18 Aug 2020 9:36:54] - Database editor++
¤ Dbx_mdbx.dll v.0.95.9.1 [11 Dec 2020 22:09:46] - Miranda NG MDBX database driver
¤ Dbx_mmap.dll v.0.95.8.1 [15 Aug 2020 1:00:36] - Miranda NG mmap database driver
¤ Discord.dll v.0.6.2.5 [8 Dec 2020 20:37:08] - Discord protocol
¤ Facebook.dll v.0.1.0.10 [11 Dec 2020 22:09:40] - Facebook
¤ Folders.dll v.0.2.0.2 [15 Aug 2020 1:00:44] - Custom profile folders
¤ GG.dll v.0.95.11.1 [8 Nov 2020 2:01:24] - Gadu-Gadu protocol
¤ GmailNotifier.dll v.1.0.1.2 [15 Aug 2020 1:01:28] - Gmail Multiple Notifier
¤ historypp.dll v.1.5.1.5 [2 Oct 2020 1:02:44] - History++
¤ ICQ.dll v.0.95.12.1 [22 Nov 2020 18:36:42] - ICQ-WIM protocol
¤ IEView.dll v.1.6.0.4 [20 Aug 2020 18:35:44] - IEView
¤ Import.dll v.0.95.11.1 [11 Dec 2020 22:08:40] - Import contacts and messages
¤ IRC.dll v.0.95.10.1 [20 Nov 2020 2:02:20] - IRC protocol
¤ Jabber.dll v.0.95.11.1 [23 Nov 2020 13:56:40] - Jabber protocol
¤ PluginUpdater.dll v.0.2.0.9 [29 Oct 2020 19:38:42] - Plugin updater
¤ SmileyAdd.dll v.0.3.2.1 [8 Nov 2020 2:01:16] - SmileyAdd
¤ SpellChecker.dll v.0.2.6.6 [15 Aug 2020 1:01:34] - Spell checker
¤ TabSRMM.dll v.3.6.1.5 [11 Dec 2020 22:08:28] - TabSRMM
¤ TopToolBar.dll v.0.8.0.5 [15 Aug 2020 1:00:58] - TopToolBar
¤ Variables.dll v.0.2.3.11 [5 Sep 2020 1:01:08] - Variables
¤ VKontakte.dll v.0.1.11.7 [13 Nov 2020 2:10:56] - VKontakte protocol
¤ Weather.dll v.0.4.0.5 [8 Nov 2020 2:01:34] - Weather

Weather ini files:
-------------------------------------------------------------------------------
 gismeteo.ini v.2012.05.03 [12 Jun 2019 2:00:08] - GisMeteo
 msn.ini v.2019-11-11 [11 Dec 2019 17:46:40] - MSN Weather (New Layout)
 weatherxml.ini v.0.0.5.6 2019-10-08 [11 Dec 2019 17:46:40] - WeatherXML
 wundergrnd_intl.ini v.2011/02/13 [12 Jun 2019 1:00:08] - Weather Underground Int'l
 wundergrnd_xml.ini v.2011/02/13 [12 Jun 2019 1:00:08] - Weather Underground XML

Protocols and Accounts:
-------------------------------------------------------------------------------
CloudFile/GDrive         1 - Enabled 0 - Disabled  Loaded
Discord                  1 - Enabled 0 - Disabled  Loaded
Facebook                 2 - Enabled 0 - Disabled  Loaded
GG                       3 - Enabled 0 - Disabled  Loaded
ICQ                      1 - Enabled 0 - Disabled  Loaded
JABBER                   1 - Enabled 0 - Disabled  Loaded
VKontakte                0 - Enabled 1 - Disabled  Loaded

Icon Packs:
-------------------------------------------------------------------------------
 Flags_icons.dll [15 Aug 2020 1:02:12]
 Fp_icons.dll [8 Apr 2020 18:03:02]
 HistoryPP_icons.dll [2 Oct 2020 1:02:36]
 Proto_Discord.dll [8 Dec 2020 20:37:38]
 Proto_Dummy.dll [11 Dec 2020 22:10:02]
 Proto_Facebook.dll [11 Dec 2020 22:10:02]
 Proto_GG.dll [8 Nov 2020 2:02:34]
 Proto_ICQ.dll [22 Nov 2020 18:37:04]
 Proto_IRC.dll [8 Apr 2019 19:18:28]
 Proto_Jabber.dll [23 Nov 2020 13:57:50]
 Proto_MetaContacts.dll [11 Dec 2020 22:10:02]
 Proto_MRA.dll [22 Nov 2020 18:37:04]
 Proto_MSN.dll [19 Mar 2020 11:15:50]
 Proto_NewsAggregator.dll [12 Apr 2019 1:02:02]
 Proto_VKontakte.dll [13 Nov 2020 2:16:08]
 Proto_Weather.dll [12 Apr 2019 1:02:02]
 Proto_YAMN.dll [12 Apr 2019 1:02:02]
 TabSRMM_icons.dll [11 Dec 2020 22:10:02]
 Toolbar_icons.dll [8 Apr 2019 19:18:28]
 xStatus_Jabber.dll [23 Nov 2020 13:57:50]
[close]
 

Offline ULTIMA PRIME

Odp: CloudFile.dll not work?
« Reply #8 on: 12 12 2020, 21:41:36 »
Quote
Open dbeditor++ and remove RefreshToken + TokenSecret from CloudFile/GDrive_1 - it might help, it seems that smth got broken due to that Ok button
or simply remove that account and register it from scratch

I dont have RefreshToken and TokenSecret for CloudFile/GDrive_1

(See the picture in the attachment)

I deleted the account and created several times new, the effect is the same - server does not respond
 

Offline ghazan

Re: CloudFile.dll not work?
« Reply #9 on: 18 12 2020, 15:10:58 »
ULTIMA PRIME,
so, if you have generated a token using Miranda web site and entered it into account form, why it's missing in a database?
 

Offline dartraiden

Re: CloudFile.dll not work?
« Reply #10 on: 18 12 2020, 15:16:30 »
After pasting the token into Miranda, wait 10 sec, open DBeditor, expand the tree, locate your Google account, and show subkeys

If some of these 4 keys are missing, it's the root of the problem.




 

Offline ULTIMA PRIME

Odp: Re: CloudFile.dll not work?
« Reply #11 on: 18 12 2020, 22:04:41 »
so, if you have generated a token using Miranda web site and entered it into account form, why it's missing in a database?

George, if I knew the answer to that question, I wouldn't be asking in the forum, right?


After pasting the token into Miranda, wait 10 sec, open DBeditor, expand the tree, locate your Google account, and show subkeys

If some of these 4 keys are missing, it's the root of the problem.

Thank You for Your hints, I do exactly as You wrote - but it does nothing.

CloudFile worked without a problem for me, if I remember correctly a few years. A month, maybe a little more - it stopped working.
I thought it was a problem with the plugin (as with Discord at this moment) so I waited for the plugin to be updated, but it wasn't there so I posted this topic in the forum.

I do everything as You write, but it doesn't help - still after entering the code, I have the text: Server does not respond
I also checked on OneDrive - the effect is the same - Server does not respond

In the attachments there are pictures of what it looks like for me.
 

Offline dartraiden

Re: CloudFile.dll not work?
« Reply #12 on: 19 12 2020, 14:57:59 »
Will be fixed in the next dev build.
 

Offline ULTIMA PRIME

Re: CloudFile.dll not work?
« Reply #13 on: 20 12 2020, 00:14:30 »
Works! :)

Thank You