-
Notifications
You must be signed in to change notification settings - Fork 38
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
Got errors "Failed to load resource: the server responded with a status of 400 ()" and Refused to display '..' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'. #6
Comments
Hi, Have you enabled the Drive and the Picker API ? Picker is new, I will update the Readme Setting this up is a bit tricky, I don't see how to make it more simple, any suggestion is welcome. |
I enabled Drive API but can't find Picker API in my library, do I need config or enable something for Picker API ? |
tks, I enabled it but errors still appear |
the errors are "normal", it is google code that make use of this parameter, but it does not impact the behavior. do you have a popup blocker ? this must be disabled as well. are you using entrerprise or community version ? 9.0 ? which browser ? |
sorry, I comeback from 2 days absence . I use adblock extension of chrome, I stopped it and test again but no luck. My odoo version is community 9.0 |
The errors was gone when I change line 50 in gdrive.js file 'immediate': true to 'immediate': false then change url config in google console from http://0.0.0.0:8069/ to http://localhost:8069/ , adding /oauth2callback after redirect URIs and open odoo with http:/localhost:8069/ instead of http://0.0.0.0:8069/ Hope to see you update these in source and readme file |
Hi,
This is good news. Using *http://0.0.0.0:8069/ <http://0.0.0.0:8069/>* is
not correct, I could say this in the readme.
For the immediate, I will make an update as soon as I ve got some time. The
immediate = false, which prevent a popup blink, does not work in Enterprise
either.
Will do that.
Jerome
http://www.be-cloud.be
…On 28 November 2016 at 05:13, basebasket ***@***.***> wrote:
The errors was gone when I change line 50 in gdrive.js file *'immediate':
true* to *'immediate': false* then change url config in google console
from *http://0.0.0.0:8069/ <http://0.0.0.0:8069/>* to *http://localhost:8069/
<http://localhost:8069/>* , adding */oauth2callback* after redirect URIs
and open odoo with *http:/localhost:8069/* instead of *http://0.0.0.0:8069/
<http://0.0.0.0:8069/>*
Hope to see you update these in source and readme file
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ALcp9ZfhVMqP_IN49E2AkBV_PVLckXTZks5rClTUgaJpZM4K8UMd>
.
|
no, I means is using http://localhost:8069 instead of htpp://0.0.0.0:8069 because we usually use url http://0.0.0.0:8069 in local environment Hope to see your update soon |
Hi, Best regards Jerome |
+1 Hi Jerome, just wanted to add my voice. I hope you will be able to fix the error, it would be awesome if the addon worked with 10.0! :-) |
Hi, |
I 'm facing these errors when loading a form view likes employee or products and it doesn't show any thing when click on 'From GDrive...' under 'Attachment(s)'. I followed all steps in readme file and lost hours to find what am I missing but no luck, do you know how can I resolve these errors ?
The text was updated successfully, but these errors were encountered: