Problem In This
I am facing this problem.I once submitted my app for verification but after 2 weeks a mail came from google that we cant Verify your App/Project.There i used the "Icon" thats why they told me to verify.
Then i again created a new project,Do the same but didnt upload any icon.Simply go thorough the process.They showed "Verification Not required
Google hasent reviewed ur app yet..."
Its been more than 10 days, they didnt even reviewed it.
In this time what do i need to do?Wait for them untill they review my app,will it be ok if they review my app.
Or do i need to go through the verification process?But i dont have any scopes that required verification.Please suggest me what should i do.
Related
I wrote two small Google Scripts that present simple forms to fill in. Most of my user community has no trouble using them. A small minority of users can never open the forms, instead they get "Sorry, unable to open the file at this time" error page for both forms. I can't find any common thread for why only some users fail. I've tested on multiple browsers on multiple machines, even on android devices, it never fails for me.
A couple of things I've noted:
when it fails for them the URL is re-written. The proper url starts with https://script.google.com/macros/s/... but for broken users when they paste that in they instead get https://script.google.com/macros/u/3/s/... (notice the "u/3" at the end)
There is no execution log created when they try to access the site, so I have no way to debug what's going on.
The app is permissioned so "Anyone" can access it, and it runs as my account
Sorry, I realize this problem description is impossibly vague. Any debug suggestions would be extremely welcome. I'm not a regular Google App Script developer, so I'm kinda stumbling in the dark with this one. Thanks in advance.
/u/3 means that the user have signed-in into multiple Google accounts, the number correspond to the zero-based index of the account in the order that the user followed to sign-in, 0 is for the default account, 1 is to de second account, 2 is for the thirds account and so on.
So, on your test include this use case, a user signed-in into multiple Google accounts.
NOTE: It's known that the HTML Service do not handle as expected this use case.
Related
AuthMode gets confused w/ multiple logged in users
We're sorry, a server error occurred while reading from storage. Error code PERMISSION_DENIED
Why is my script pushing an incorrect URL? [/u/2 inserted into script URL] (possible duplicate)
As title says...
BUT, I've made a web app for output some result based on a data search using parameters submitted in a google form in my google site.
I work in a school so no way that all teachers has, or want to use, or want to waste time just for know which labs are available in some time slots.
I really need that everyone can run web app ... obviously I deployed it with access anyone, even anonimous but
https://sites.google.com/itsluigicasale.gov.it/prenotazionilab/trova-un-laboratorio-libero
have I made some errors?
is there any workaround?
I'd like to use it without access or ask for permission for the users
For the past 24 hours or so I have been trying to run my script and it keeps saying "The document is inaccessible. Please try again later." This started happening without me making any changes to my script.
Anyone have any idea what's going on?
Possibly
The account you're trying to view the script from isn't your default account (the first account you sign in with, before switching accounts). Sign out and sign back in with the account you want to use.
I am not able to create any openshift apps .
I currently have only one app main-anandu.rhcloud.com which points to anandu.info .
but when i create an app it says "i have reached gear limit of 0"?
I tried to ask on IRC but it failed
Its mostly because your application violated our legal terms. We understand that this isn't always intentional. So the best thing for your to do is first check your email inbox (the one that's associated with your account) for an email from us explaining why your application was removed. If you still have questions or can't find the email please feel free to email us at Openshift#redhat.com with your login ID and url of your app and I'll look into it.
We currently have an implementation that uses boxes API. Our authentication process follows the process outlined here:
http://developers.box.com/get-started/#authenticating
Sometime in the recent past this has stopped working. When we go to the oauth URL (for example, https://www.box.net/api/1.0/auth/rev37d850p6pixlemm5ok8doxj2g77kg), it will initially show the login credentials page, but faster than a user could reasonably enter their credentials the page starts returning "expired ticket". If I immediately go to the token's page after creating it I can reload the page a few times before it goes into the "expired ticket" state. This is clearly not consistent with the expected 10 minute expiry time stated in the documentation.
We've had this authentication working correctly up to now, so it seems like something has changed.
We are investigating. More news once we have some additional information.
New info>> We've identified the bug, and will be pushing a fix this afternoon.
The fix has been rolled out. Please let us know if you are still experiencing any problems with SSO.
Our Android app has the same problem. As far as I investigated it, using get_auth_token API causes the ticket to expire. So you have to make sure the user has successfully logged in BEFORE attempting to get the authentication token (which is not the case with Box SDK for Android). But I don't see a viable way to check whether the user has logged in.