Bug #1281
App is incompatible with GoogleAppsForSplunk
Start date:
03/29/2016
Due date:
% Done:
100%
History
#1
    
    Updated by Luke Murphey over 9 years ago
    
    This happens when you attempt to load google_spreadsheet.py:
Traceback (most recent call last):
  File "google_spreadsheet.py", line 4, in <module>
    from google_drive_app.modular_input import Field, ModularInput, DurationField, BooleanField, DeprecatedField
  File "/Users/lmurphey/Splunk/splunkbeta/etc/apps/google_drive/bin/google_drive_app/__init__.py", line 32, in <module>
    from oauth2client.client import SignedJwtAssertionCredentials
  File "/Users/lmurphey/Splunk/splunkbeta/etc/apps/google_drive/bin/google_drive_app/oauth2client/client.py", line 40, in <module>
    from oauth2client import GOOGLE_TOKEN_INFO_URI
ImportError: cannot import name GOOGLE_TOKEN_INFO_URI
#2
    
    Updated by Luke Murphey over 9 years ago
    
    - Subject changed from Input fails to App is incompatible with GoogleAppsForSplunk
 
#3
    
    Updated by Luke Murphey over 9 years ago
    
    Splunk puts all apps on the path for some reason. Wonder why this is done.
#4
    
    Updated by Luke Murphey over 9 years ago
    
    - Target version set to 1.0.1
 
#5
    
    Updated by Luke Murphey over 9 years ago
    
    - Status changed from New to Closed
 - % Done changed from 0 to 100